SF.net SVN: geany-plugins:[733] trunk/geany-plugins/build/vars.mk
hyperair at users.sourceforge.net
hyperair at xxxxx
Sun Jun 14 17:20:44 UTC 2009
Revision: 733
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=733&view=rev
Author: hyperair
Date: 2009-06-14 17:20:44 +0000 (Sun, 14 Jun 2009)
Log Message:
-----------
Use $(libdir) instead of $(LIBDIR)
Modified Paths:
--------------
trunk/geany-plugins/build/vars.mk
Modified: trunk/geany-plugins/build/vars.mk
===================================================================
--- trunk/geany-plugins/build/vars.mk 2009-06-14 17:19:03 UTC (rev 732)
+++ trunk/geany-plugins/build/vars.mk 2009-06-14 17:20:44 UTC (rev 733)
@@ -1,6 +1,6 @@
AM_CFLAGS = \
-DLOCALEDIR=\""$(LOCALEDIR)"\" \
- -DLIBDIR=\""$(LIBDIR)"\" \
+ -DLIBDIR=\""$(libdir)"\" \
$(GEANY_CFLAGS)
AM_LDFLAGS = -module -avoid-version
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list