Revision: 2110 http://geany.svn.sourceforge.net/geany/?rev=2110&view=rev Author: eht16 Date: 2007-12-18 09:01:36 -0800 (Tue, 18 Dec 2007)
Log Message: ----------- Add PREFIX macro. Don't construct LOCALEDIR manually but use autotools $(localedir) variable instead.
Modified Paths: -------------- trunk/src/Makefile.am
Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2007-12-18 16:30:57 UTC (rev 2109) +++ trunk/src/Makefile.am 2007-12-18 17:01:36 UTC (rev 2110) @@ -77,7 +77,7 @@
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:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.