[geany/geany-plugins] 5d3977: Add missing source file to Waf build
Enrico Tröger
git-noreply at xxxxx
Sun Jun 16 09:09:01 UTC 2013
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sun, 16 Jun 2013 09:09:01 UTC
Commit: 5d397751d64bba9388ee9012147b822989be88b7
https://github.com/geany/geany-plugins/commit/5d397751d64bba9388ee9012147b822989be88b7
Log Message:
-----------
Add missing source file to Waf build
The plugin built but did not load due to missing symbols without this change.
Modified Paths:
--------------
markdown/wscript_build
Modified: markdown/wscript_build
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -33,6 +33,7 @@ defines = [ subst_vars('MARKDOWN_DATA_DIR="${PKGDATADIR}/markdown"', bld.env),
subst_vars('MARKDOWN_HELP_FILE="${DOCDIR}/markdown/html/help.html"', bld.env) ]
libraries = [ 'GTK', 'GTHREAD', 'WEBKIT', 'DISCOUNT' ]
sources = [ "src/conf.c",
+ "src/markdown-gtk-compat.c",
"src/plugin.c",
"src/viewer.c" ]
--------------
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