add generated scanner to built sources
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Sep 2005 18:21:52 +0000 (18:21 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Sep 2005 18:21:52 +0000 (18:21 +0000)
Original commit message from CVS:
add generated scanner to built sources

gtk-doc-plugins.mak

index 6fb8a99..6481484 100644 (file)
@@ -45,6 +45,10 @@ SCANOBJ_FILES =                              \
        .libs/$(DOC_MODULE)-scan.o      \
        $(DOC_MODULE).signals
 
+# FC3 seems to need this to clean up the built source;
+# no idea why FC4 can do without
+BUILT_SOURCES = $(DOC_MODULE)-scan.c
+
 CLEANFILES = $(SCANOBJ_FILES) $(DOC_MODULE)-unused.txt $(DOC_STAMPS)
 
 if ENABLE_GTK_DOC