SF.net SVN: geany: [634] trunk/src/Makefile.am

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Jul 26 11:46:40 UTC 2006


Revision: 634
Author:   eht16
Date:     2006-07-26 04:46:30 -0700 (Wed, 26 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=634&view=rev

Log Message:
-----------
Fix gettext support for cross compiling.

Modified Paths:
--------------
    trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2006-07-25 21:04:50 UTC (rev 633)
+++ trunk/src/Makefile.am	2006-07-26 11:46:30 UTC (rev 634)
@@ -46,7 +46,7 @@
 
 INCLUDES = \
 	-DPACKAGE_DATA_DIR=\"data\" -DPACKAGE_LOCALE_DIR=\"data\" -I../scintilla/include \
-	-I../tagmanager/include @PACKAGE_CFLAGS@
+	-I../tagmanager/include -DENABLE_NLS -I/usr/local/cross-tools/include @PACKAGE_CFLAGS@
 
 geany_windres.res:
 	$(WINDRES) -i ../geany_windres.rc --input-format=rc -o geany_windres.res -O coff;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list