[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1257
Date : Mon Jun 5 18:10:44 BST 2006
Changed paths:
M /Trunk/XaraLX/Makefile.am
Fix po directory warning on automake -f
Diff:
Index: Trunk/XaraLX/Makefile.am
===================================================================
--- Trunk/XaraLX/Makefile.am (revision 1256)
+++ Trunk/XaraLX/Makefile.am (revision 1257)
@@ -11,7 +11,12 @@
endif
# Do not compile po directory if WXRC is broken (gentoo wxWidgets 2.6.3.2)
-SUBDIRS = $(PRECOMPILE_DIR) wxXtra wxOil Kernel tools @PODIR@
+# Leave the '#po' on the end to keep automake quiet
+if INTERNATIONAL_ENABLE
+SUBDIRS = $(PRECOMPILE_DIR) wxXtra wxOil Kernel tools po
+else
+SUBDIRS = $(PRECOMPILE_DIR) wxXtra wxOil Kernel tools
+endif
# We clean these here not in the wxOil makefile to prevent a loop
MOSTLYCLEANFILES=wxOil/xrc/xrc.d wxOil/xrc/xrc.stamp Resources/*
Xara