summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-09-05 08:39:36 -0400
committerColin Walters <walters@verbum.org>2012-09-05 08:39:36 -0400
commit80e12709c105ce4a00af496201004fc8fd355a56 (patch)
treefa1814fd0de3957a90c62de4cddd953c45cf1562
parenta2e910058306ff5b3e3296bd86a434a76f53e432 (diff)
downloadgobject-introspection-80e12709c105ce4a00af496201004fc8fd355a56.tar.gz
GLib-2.0.gir: Add glib-unix.h
So we pick up g_unix_signal_add() for example.
-rw-r--r--Makefile-gir.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile-gir.am b/Makefile-gir.am
index 364d5ec0..10a4fb03 100644
--- a/Makefile-gir.am
+++ b/Makefile-gir.am
@@ -83,6 +83,9 @@ GLib_2_0_gir_FILES = \
$(GLIB_INCLUDEDIR)/glib/*.h \
$(GLIB_INCLUDEDIR)/gobject/glib-types.h \
gir/glib-2.0.c
+if HAVE_GIO_UNIX
+GLib_2_0_gir_FILES += $(GLIB_INCLUDEDIR)/glib-unix.h
+endif
BUILT_GIRSOURCES += GLib-2.0.gir