From 488328147c1031108df847ce43e3600bc269feb4 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 05 May 2010 17:34:12 +0000 Subject: [introspection] Add .c files to the introspection sources Add the .c files to the files scanned by the GIR scanner, so it can find the annotations. Bug #617736. --- (limited to 'libdocument') diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index b9a3362..4cbc34e 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -136,7 +136,7 @@ EXTRA_DIST = \ if ENABLE_INTROSPECTION -EvinceDocument-$(EV_API_VERSION).gir: libevdocument.la Makefile $(INST_H_FILES) +EvinceDocument-$(EV_API_VERSION).gir: libevdocument.la Makefile $(INST_H_FILES) $(filter %.c,$(libevdocument_la_SOURCES)) $(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir):$$PKG_CONFIG_PATH \ $(G_IR_SCANNER) -v --namespace EvinceDocument \ --strip-prefix=Ev \ @@ -155,7 +155,8 @@ EvinceDocument-$(EV_API_VERSION).gir: libevdocument.la Makefile $(INST_H_FILES) -I$(srcdir) \ -I$(builddir) \ -DEVINCE_COMPILATION \ - $(filter %.h,$^) + $(filter %.h,$^) \ + $(filter %.c,$^) girdir = $(GIRDIR) gir_DATA = EvinceDocument-$(EV_API_VERSION).gir -- cgit v0.9.1