From: Ray Strode Date: Wed, 5 Aug 2009 18:24:31 +0000 (-0400) Subject: [script] Add actual generated sources to BUILT_SOURCES X-Git-Tag: 0.7.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce77a0e8d36eb4ee48077fb48212852b5467ee20;p=thirdparty%2Fplymouth.git [script] Add actual generated sources to BUILT_SOURCES Commit b01ac7970d0e65a70b48ca79b88e51c429ae5e75 was wrong, it added non-generated source files to BUILT_SOURCES. --- diff --git a/src/plugins/splash/script/Makefile.am b/src/plugins/splash/script/Makefile.am index d7af4d83..8cafc3ef 100644 --- a/src/plugins/splash/script/Makefile.am +++ b/src/plugins/splash/script/Makefile.am @@ -47,7 +47,7 @@ script_la_SOURCES = $(srcdir)/plugin.c \ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *.string -BUILT_SOURCES = script-lib-image.c script-lib-sprite.c script-lib-math.c script-lib-plymouth.c +BUILT_SOURCES = script-lib-image.string script-lib-sprite.string script-lib-math.string script-lib-plymouth.string EXTRA_DIST = stringify.pl