Revision: 1963 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1963&view=re... Author: codebrainz Date: 2011-03-08 03:32:28 +0000 (Tue, 08 Mar 2011)
Log Message: ----------- Fix typo in Makefile.am
Modified Paths: -------------- trunk/geany-plugins/devhelp/src/Makefile.am
Modified: trunk/geany-plugins/devhelp/src/Makefile.am =================================================================== --- trunk/geany-plugins/devhelp/src/Makefile.am 2011-03-07 22:07:29 UTC (rev 1962) +++ trunk/geany-plugins/devhelp/src/Makefile.am 2011-03-08 03:32:28 UTC (rev 1963) @@ -16,5 +16,5 @@ devhelp_la_CFLAGS = \ $(AM_CFLAGS) \ $(DEVHELP_CFLAGS) \ - -DDHPLUG_DATA_DIR="$(plugindata)" + -DDHPLUG_DATA_DIR="$(plugindatadir)" devhelp_la_LIBADD = $(DEVHELP_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org