Add PREFIX macro.

Don't construct LOCALEDIR manually but use autotools $(localedir) variable instead.	 


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2110 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-12-18 17:01:36 +00:00
parent 948ccf3a2d
commit 28d9c63e79

View File

@ -77,7 +77,7 @@ geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @GTK_LIB
INCLUDES = \
-DDATADIR=\""$(datadir)"\" -DLIBDIR=\""$(libdir)"\" \
-DLOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DLOCALEDIR=\""$(localedir)"\" -DPREFIX=\""$(prefix)"\" \
-I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include @GTK_CFLAGS@
clean-local: