[waf] Add missing HAVE_CONFIG_H=1 define for common lib

personal/stbuehler/wip
Thomas Porzelt 14 years ago
parent 6184f88e08
commit de499089ff

@ -30,6 +30,7 @@ def build(bld):
libcommon = bld.new_task_gen(
features = 'cc cstaticlib',
source = source,
defines = ['HAVE_CONFIG_H=1'],
uselib = ['glib', 'gthread', 'gmodule', 'ev'],
includes = ['#/include/'],
target = 'common')

Loading…
Cancel
Save