summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohan Bilien <jobi@litl.com>2009-03-24 18:36:18 +0000
committerJohan Bilien <jobi@litl.com>2009-03-24 18:36:18 +0000
commit7ba8ad03560307350786a44b8279324448bfbe66 (patch)
tree3efdafd153f45e98ae0932f987643d1a808e2efc /tools
parente3bddab5ed270b208fbabbc06164dde675d8799e (diff)
Include g-ir-scanner.in in the distribution
and other make distcheck fixes.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4aefb0a..31ed145 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES = \
bin_PROGRAMS = g-ir-compiler g-ir-generate
bin_SCRIPTS = g-ir-scanner
-EXTRA_DIST = g-ir-scanner
+EXTRA_DIST = g-ir-scanner.in
g-ir-scanner: g-ir-scanner.in Makefile
sed -e s,@libdir\@,$(libdir), $< > $@.tmp && mv $@.tmp $@
@@ -28,3 +28,5 @@ g_ir_generate_LDADD = \
GCOVSOURCES = \
$(g_ir_compiler_SOURCES) \
$(g_ir_generate_SOURCES)
+
+CLEANFILES=g-ir-scanner