libgweather r182 - in trunk: . data
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: libgweather r182 - in trunk: . data
- Date: Fri, 18 Apr 2008 15:14:23 +0100 (BST)
Author: vuntz
Date: Fri Apr 18 14:14:23 2008
New Revision: 182
URL: http://svn.gnome.org/viewvc/libgweather?rev=182&view=rev
Log:
2008-04-18 Vincent Untz <vuntz gnome org>
* data/Makefile.am: fix build when $LINGUAS is set. Fix bug #528031.
Modified:
trunk/ChangeLog
trunk/data/Makefile.am
Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am (original)
+++ trunk/data/Makefile.am Fri Apr 18 14:14:23 2008
@@ -13,7 +13,7 @@
else # USE_ONE_BIG_XML
-PO_LOCATIONS = $(wildcard $(top_srcdir)/po-locations/*.po)
+PO_LOCATIONS = $(shell if test -n "$(LINGUAS)"; then for lang in $(LINGUAS); do if test -f "$(top_srcdir)/po-locations/$$lang.po"; then echo "$(top_srcdir)/po-locations/$$lang.po "; fi; done; else for pofile in $(top_srcdir)/po-locations/*.po; do echo $$pofile; done; fi)
# Helper variable
libgweatherlocations_data = $(libgweatherlocations_in_files:.xml.in=.xml)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]