Revision: 2345 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2345&view=re... Author: colombanw Date: 2011-11-20 14:18:45 +0000 (Sun, 20 Nov 2011) Log Message: ----------- fix typo: COMMON_LIBS -> COMMONLIBS
fixes compilation/linking with --as-needed
Modified Paths: -------------- trunk/geany-plugins/geanypg/src/Makefile.am
Modified: trunk/geany-plugins/geanypg/src/Makefile.am =================================================================== --- trunk/geany-plugins/geanypg/src/Makefile.am 2011-11-15 17:37:44 UTC (rev 2344) +++ trunk/geany-plugins/geanypg/src/Makefile.am 2011-11-20 14:18:45 UTC (rev 2345) @@ -19,7 +19,7 @@ verify_aux.c
geanypg_la_LIBADD = \ - $(COMMON_LIBS) \ + $(COMMONLIBS) \ $(GPGME_LIBS)
geanypg_la_CFLAGS = \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org