MSVC Builds: Fix Introspection Builds

Commit e26bdbda only partially made the necessary changes due to the use of
the deprecated headers in GDK.  Fix that.
This commit is contained in:
Chun-wei Fan 2014-07-01 13:26:18 +08:00
parent 9822891e48
commit ee9a6d0ace

View File

@ -18,7 +18,7 @@ def gen_gdk_filelist(srcroot, subdir, dest):
vars['gdk_enums'] = 'gdkenumtypes.c gdkenumtypes.h'
files = vars['gdk_public_h_sources'].split() + \
files = vars['gdk_h_sources'].split() + \
vars['gdk_c_sources'].split() + \
vars['gdk_enums'].split()