diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-09-13 21:19:57 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-09-13 21:19:57 +0200 |
commit | 08958a30c8786da38905e1704b2432e1818a3f9c (patch) | |
tree | 69bf0c9fc157640439a76d816329be882e1e9ce1 /Makefile-gir.am | |
parent | 2465c18e5354f39e4ff8cdaa6616149c8e100ace (diff) | |
download | gobject-introspection-08958a30c8786da38905e1704b2432e1818a3f9c.tar.gz |
gir: Add gmodule-2.0.c
Grab annotions from gmodule like we do for glib and gio. This
result in a properly generated and documented GModule-2.0.gir.
Diffstat (limited to 'Makefile-gir.am')
-rw-r--r-- | Makefile-gir.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile-gir.am b/Makefile-gir.am index dfff294a..d1d15d8e 100644 --- a/Makefile-gir.am +++ b/Makefile-gir.am @@ -152,7 +152,8 @@ GModule_2_0_gir_INCLUDES = GLib-2.0 GModule_2_0_gir_CFLAGS = \ -I$(GMODULE_INCLUDEDIR) \ -I$(GMODULE_LIBDIR)/glib-2.0/include -GModule_2_0_gir_FILES = $(GLIB_INCLUDEDIR)/gmodule.h +GModule_2_0_gir_FILES = $(GLIB_INCLUDEDIR)/gmodule.h \ + gir/gmodule-2.0.c BUILT_GIRSOURCES += GModule-2.0.gir @@ -199,7 +200,7 @@ Gio_2_0_gir_FILES = \ gir/gio-2.0.c BUILT_GIRSOURCES += Gio-2.0.gir -EXTRA_DIST += gir/glib-2.0.c gir/gobject-2.0.c gir/gio-2.0.c +EXTRA_DIST += gir/glib-2.0.c gir/gmodule-2.0.c gir/gobject-2.0.c gir/gio-2.0.c # girepository GIRepository-2.0.gir: GObject-2.0.gir libgirepository-1.0.la |