summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-06-29 14:40:15 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-06-29 14:40:15 +0100
commit9af76b7e3f2201a0a5659a104c82cdf16a6dedc5 (patch)
tree50df978604056284ebff1c869c5e0b083df7df91
parentb33632c6ff668799de620210bd52ef8d16fb6836 (diff)
downloadclutter-gst-9af76b7e3f2201a0a5659a104c82cdf16a6dedc5.tar.gz
build: Introspect built headers
We need the version and enumeration header files when generating the introspection data.
-rw-r--r--clutter-gst/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 001292f..1318b05 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -177,7 +177,8 @@ ClutterGst-@CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
-DGST_USE_UNSTABLE_API \
--cflags-end \
$(addprefix $(srcdir)/, $(source_h)) \
- $(addprefix $(srcdir)/, $(source_c))
+ $(addprefix $(srcdir)/, $(source_c)) \
+ $(nodist_cluttergstheaders_HEADERS)
BUILT_GIRSOURCES += ClutterGst-@CLUTTER_GST_API_VERSION@.gir