[librsvg] introspection: Skip internal stuff
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] introspection: Skip internal stuff
- Date: Fri, 25 Nov 2011 21:53:45 +0000 (UTC)
commit 9feb6fd941ba6c8f3fe0c22d15341f0b8a291a0f
Author: Christian Persch <chpe gnome org>
Date: Fri Nov 25 22:53:20 2011 +0100
introspection: Skip internal stuff
Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5a8dda3..5aca4aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -239,7 +239,10 @@ Rsvg- RSVG_API_VERSION@.gir: librsvg- RSVG_API_MAJOR_VERSION@.la
Rsvg_ RSVG_API_VERSION_U@_gir_NAMESPACE = Rsvg
Rsvg_ RSVG_API_VERSION_U@_gir_EXPORT_PACKAGES = librsvg-$(RSVG_API_VERSION)
-Rsvg_ RSVG_API_VERSION_U@_gir_FILES = $(librsvg_ RSVG_API_MAJOR_VERSION@_la_SOURCES)
+Rsvg_ RSVG_API_VERSION_U@_gir_FILES = \
+ $(librsvginc_HEADERS) \
+ $(filter-out %.h,$(librsvg_ RSVG_API_MAJOR_VERSION@_la_SOURCES)) \
+ $(NULL)
Rsvg_ RSVG_API_VERSION_U@_gir_INCLUDES = \
GLib-2.0 \
GObject-2.0 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]