Fix gettext support for cross compiling.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@634 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-07-26 11:46:30 +00:00
parent f212260f87
commit cdf6b6ce1e

View File

@ -46,7 +46,7 @@ geany_LDFLAGS = -mwindows
INCLUDES = \ INCLUDES = \
-DPACKAGE_DATA_DIR=\"data\" -DPACKAGE_LOCALE_DIR=\"data\" -I../scintilla/include \ -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: geany_windres.res:
$(WINDRES) -i ../geany_windres.rc --input-format=rc -o geany_windres.res -O coff; $(WINDRES) -i ../geany_windres.rc --input-format=rc -o geany_windres.res -O coff;