[gobject-introspection] Include g-ir-scanner.in in the distribution
- From: Johan Bilien <jobi src gnome org>
- To: svn-commits-list gnome org
- Subject: [gobject-introspection] Include g-ir-scanner.in in the distribution
- Date: Tue, 24 Mar 2009 14:36:50 -0400 (EDT)
commit 7ba8ad03560307350786a44b8279324448bfbe66
Author: Johan Bilien <jobi litl com>
Date: Tue Mar 24 18:36:18 2009 +0000
Include g-ir-scanner.in in the distribution
and other make distcheck fixes.
---
common.mk | 2 +-
tools/Makefile.am | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common.mk b/common.mk
index f7d3a10..92da490 100644
--- a/common.mk
+++ b/common.mk
@@ -1,4 +1,4 @@
-SCANNER_BIN = $(top_srcdir)/tools/g-ir-scanner
+SCANNER_BIN = $(top_builddir)/tools/g-ir-scanner
SCANNER_PYTHONPATH = $(top_builddir):$(top_srcdir):$$PYTHONPATH
SCANNER_ENV = env PYTHONPATH=$(SCANNER_PYTHONPATH) \
UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]