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