summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-01-13 23:12:44 -0800
committerLuca Bruno <lucabru@src.gnome.org>2014-04-01 21:02:56 +0200
commit5a486c549069cf712a2c15af64e77ea16e800b09 (patch)
tree64c35b1737fcdabc1cd73d319d7c9752dd1e4766
parentfc6cba771d6d41212fcc2d3a65a1c81231f6fd18 (diff)
downloadlibnotify-5a486c549069cf712a2c15af64e77ea16e800b09.tar.gz
Include C header information and exported packages in GIR
https://bugzilla.gnome.org/show_bug.cgi?id=667904
-rw-r--r--libnotify/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnotify/Makefile.am b/libnotify/Makefile.am
index a4935e2..0e8688f 100644
--- a/libnotify/Makefile.am
+++ b/libnotify/Makefile.am
@@ -94,6 +94,8 @@ Notify_0_7_gir_INCLUDES = GLib-2.0 GdkPixbuf-2.0
Notify_0_7_gir_LIBS = libnotify.la
Notify_0_7_gir_FILES = $(notify_headers) $(libnotify_la_SOURCES)
Notify_0_7_gir_PACKAGES = glib-2.0 gobject-2.0 gdk-pixbuf-2.0
+Notify_0_7_gir_EXPORT_PACKAGES = libnotify
+Notify_0_7_gir_SCANNERFLAGS = --c-include "libnotify/notify.h"
girdir = $(datadir)/gir-1.0
dist_gir_DATA = $(INTROSPECTION_GIRS)