[geany/geany-plugins] 55d10d: Add COMMONLIBS to multiterm_la_LIBADD

Chow Loong Jin git-noreply at xxxxx
Sun Nov 15 12:46:19 UTC 2015


Branch:      refs/heads/master
Author:      Chow Loong Jin <hyperair at debian.org>
Committer:   Chow Loong Jin <hyperair at debian.org>
Date:        Sun, 15 Nov 2015 12:46:19 UTC
Commit:      55d10d44ac26b3839e1c8b09e7f52cd78ed05586
             https://github.com/geany/geany-plugins/commit/55d10d44ac26b3839e1c8b09e7f52cd78ed05586

Log Message:
-----------
Add COMMONLIBS to multiterm_la_LIBADD

This fixes an error where -lgeany is missing when --with-geany-libdir is used
with a non-standard path.


Modified Paths:
--------------
    multiterm/src/Makefile.am

Modified: multiterm/src/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -29,4 +29,5 @@ multiterm_la_CFLAGS = \
 	$(MULTITERM_CFLAGS)
 
 multiterm_la_LIBADD = \
+	$(COMMONLIBS) \
 	$(MULTITERM_LIBS)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list