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

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Dec 18 17:01:36 UTC 2007


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.



More information about the Commits mailing list