SF.net SVN: geany-plugins:[1963] trunk/geany-plugins/devhelp/src/Makefile. am

codebrainz at users.sourceforge.net codebrainz at xxxxx
Tue Mar 8 03:32:28 UTC 2011


Revision: 1963
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1963&view=rev
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.



More information about the Plugins-Commits mailing list