summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2010-11-19 23:09:47 -0800
committerDamien Lespiau <damien.lespiau@intel.com>2010-11-30 13:23:46 +0000
commit809722825225325f57c56d7252fab52a8b7d8a2b (patch)
treea2d205cd7f16b79898559a49dc09f23c32053e52
parent063e9574f6ef4cac7592f8ed1fd1fc92dbc545c9 (diff)
build: Include exported pacakges information in GIR
Fixes: http://bugzilla.clutter-project.org/show_bug.cgi?id=2437
-rw-r--r--clutter-gst/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index ba1b7bc..68de98d 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -91,6 +91,7 @@ ClutterGst-@CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
--pkg clutter-1.0 \
--pkg gstreamer-0.10 \
--pkg gstreamer-base-0.10 \
+ --pkg-export clutter-gst-@CLUTTER_GST_API_VERSION@ \
$(cluttergstheaders_HEADERS) \
$(source_c)