SF.net SVN: geany-plugins:[2346] trunk/geany-plugins/debugger/src/Makefile. am

colombanw at users.sourceforge.net colombanw at xxxxx
Sun Nov 20 14:19:05 UTC 2011


Revision: 2346
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2346&view=rev
Author:   colombanw
Date:     2011-11-20 14:19:04 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
add VTE_LIBS to LIBADD

fixes compilation/linking with --as-needed

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

Modified: trunk/geany-plugins/debugger/src/Makefile.am
===================================================================
--- trunk/geany-plugins/debugger/src/Makefile.am	2011-11-20 14:18:45 UTC (rev 2345)
+++ trunk/geany-plugins/debugger/src/Makefile.am	2011-11-20 14:19:04 UTC (rev 2346)
@@ -61,7 +61,7 @@
 	wtree.c     \
 	wtree.h
 
-debugger_la_LIBADD = $(COMMONLIBS) -lutil
+debugger_la_LIBADD = $(COMMONLIBS) $(VTE_LIBS) -lutil
 debugger_la_CFLAGS = $(AM_CFLAGS) $(VTE_CFLAGS) -DDBGPLUG_DATA_DIR=\"$(plugindatadir)\" -DPLUGIN_NAME=\"$(plugin)\"
 
 include $(top_srcdir)/build/cppcheck.mk

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