Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 16 Jun 2013 09:09:01 UTC Commit: 5d397751d64bba9388ee9012147b822989be88b7 https://github.com/geany/geany-plugins/commit/5d397751d64bba9388ee9012147b82...
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).