From 18955e7382ee970b05778972bfef0916707b892c Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 5 Aug 2009 10:55:47 -0400 Subject: [PATCH] [script] Call stringify.pl from srcdir This fixes a builddir != srcdir problem --- src/plugins/splash/script/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/splash/script/Makefile.am b/src/plugins/splash/script/Makefile.am index 985a9910..d7af4d83 100644 --- a/src/plugins/splash/script/Makefile.am +++ b/src/plugins/splash/script/Makefile.am @@ -52,7 +52,7 @@ BUILT_SOURCES = script-lib-image.c script-lib-sprite.c script-lib-math.c script- EXTRA_DIST = stringify.pl %.string: %.script stringify.pl - ./stringify.pl < $< > $@ + $(srcdir)/stringify.pl < $< > $@ script-lib-image.c : script-lib-image.string script-lib-sprite.c : script-lib-sprite.string