SF.net SVN: geany-plugins:[1734] trunk/geany-plugins/geanygendoc/src/ Makefile.am

colombanw at users.sourceforge.net colombanw at xxxxx
Mon Nov 8 21:51:57 UTC 2010


Revision: 1734
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1734&view=rev
Author:   colombanw
Date:     2010-11-08 21:51:57 +0000 (Mon, 08 Nov 2010)

Log Message:
-----------
GeanyGenDoc: Fix linkage

Fix a typo introduced in last build system update that removed all
linking flags (so all libraries), and therefore prevented the plugin
to be loaded due to unresolved symbols.

Modified Paths:
--------------
    trunk/geany-plugins/geanygendoc/src/Makefile.am

Modified: trunk/geany-plugins/geanygendoc/src/Makefile.am
===================================================================
--- trunk/geany-plugins/geanygendoc/src/Makefile.am	2010-11-08 18:36:38 UTC (rev 1733)
+++ trunk/geany-plugins/geanygendoc/src/Makefile.am	2010-11-08 21:51:57 UTC (rev 1734)
@@ -42,6 +42,6 @@
 	$(AM_CFLAGS) \
 	$(GEANYGENDOC_CFLAGS)
 
-geanygendoc_la_LIBADD =
+geanygendoc_la_LIBADD = \
 	$(COMMONLIBS) \
 	$(GEANYGENDOC_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