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.