Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 08 Aug 2012 13:04:07 Commit: 1f44137345c544a13503e426b725c368b8f44953 https://github.com/geany/geany-plugins/commit/1f44137345c544a13503e426b725c3...
Log Message: ----------- commander: Fix Waf build
Modified Paths: -------------- commander/wscript_build
Modified: commander/wscript_build 2 files changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -29,9 +29,11 @@ sources = [ 'src/commander-plugin.c']
libraries = ['GTK', 'GLIB'] +defines = ['PLUGIN="%s"' % name.lower()] features = ['glib2']
task = build_plugin(bld, name, sources=sources, libraries=libraries, + defines=defines, features=features)
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).