[clutter-gst/clutter-gst-3.0] build: Introspect built headers



commit 9af76b7e3f2201a0a5659a104c82cdf16a6dedc5
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jun 29 14:40:15 2016 +0100

    build: Introspect built headers
    
    We need the version and enumeration header files when generating the
    introspection data.

 clutter-gst/Makefile.am |    3 ++-
 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]