[geany/geany-plugins] 1f4413: commander: Fix Waf build
Colomban Wendling
git-noreply at xxxxx
Wed Aug 8 13:04:07 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 08 Aug 2012 13:04:07
Commit: 1f44137345c544a13503e426b725c368b8f44953
https://github.com/geany/geany-plugins/commit/1f44137345c544a13503e426b725c368b8f44953
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).
More information about the Plugins-Commits
mailing list