[geany/geany-plugins] 856b3d: markdown: Fix missing linking to COMMONLIBS

Colomban Wendling git-noreply at xxxxx
Fri Apr 10 16:10:04 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Apr 2015 16:10:04 UTC
Commit:      856b3d9a0d065866c8117b031fe82087543b3f6f
             https://github.com/geany/geany-plugins/commit/856b3d9a0d065866c8117b031fe82087543b3f6f

Log Message:
-----------
markdown: Fix missing linking to COMMONLIBS


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

Modified: markdown/src/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -23,6 +23,7 @@ markdown_la_CFLAGS = \
 	-DMARKDOWN_HELP_FILE=\"$(docdir)/markdown/html/help.html\"
 
 markdown_la_LIBADD = \
+	$(COMMONLIBS) \
 	$(MARKDOWN_LIBS)
 
 if MARKDOWN_PEG_MARKDOWN



--------------
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