forked from AuroraMiddleware/gtk
[build] Include all target source files
Include all target source files when buildin the gir https://bugzilla.gnome.org/show_bug.cgi?id=610701
This commit is contained in:
parent
c85e7ec6d8
commit
f0ce4dcaa5
@ -198,7 +198,8 @@ introspection_files = \
|
||||
$(gdk_public_h_sources) \
|
||||
$(gdk_c_sources) \
|
||||
gdkenumtypes.c \
|
||||
gdkenumtypes.h
|
||||
gdkenumtypes.h \
|
||||
$(wildcard $(srcdir)/$(gdktarget)/*.c)
|
||||
|
||||
Gdk_2_0_gir_SCANNERFLAGS = --strip-prefix=Gdk --add-include-path=../gdk-pixbuf
|
||||
Gdk_2_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user