gio/tests: Fix usage of BUILT_SOURCES
authorColin Walters <walters@verbum.org>
Thu, 2 Jan 2014 00:05:34 +0000 (19:05 -0500)
committerColin Walters <walters@verbum.org>
Thu, 2 Jan 2014 00:05:34 +0000 (19:05 -0500)
gio/tests/Makefile.am

index 220e6f8..0fae466 100644 (file)
@@ -530,7 +530,7 @@ EXTRA_DIST += test.gresource.xml test1.txt test2.gresource.xml test2.txt test3.g
 
 CLEANFILES += test_resources.c test_resources2.[ch] plugin_resources.c test.gresource
 
-BUILT_SOURCES: giotypefuncs.c
+BUILT_SOURCES += giotypefuncs.c
 
 giotypefuncs.c: Makefile
        $(AM_V_GEN) echo '#include <gio/gio.h>' > xgen-giosrc.c && \