[glib] gio/tests: Fix usage of BUILT_SOURCES



commit 97d9138f6c4367bdfe76e3e46871a683c4a2d051
Author: Colin Walters <walters verbum org>
Date:   Wed Jan 1 19:05:34 2014 -0500

    gio/tests: Fix usage of BUILT_SOURCES

 gio/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 220e6f8..0fae466 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -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 && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]