[mm-common] Pass the gmmproc module directory to Perl
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [mm-common] Pass the gmmproc module directory to Perl
- Date: Tue, 18 Aug 2009 20:43:04 +0000 (UTC)
commit 39a478647c5b9988590285be76fd3d235f5b2744
Author: Daniel Elstner <danielk openismus com>
Date: Tue Aug 18 20:40:11 2009 +0200
Pass the gmmproc module directory to Perl
* build/generate-binding.am (gmmproc): Pass -I"$(GMMPROC_DIR)/pm" to
the Perl interpreter in the default command line to invoke gmmproc.
build/generate-binding.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/generate-binding.am b/build/generate-binding.am
index 1a9ba64..be5cd40 100644
--- a/build/generate-binding.am
+++ b/build/generate-binding.am
@@ -53,7 +53,7 @@ MAINTAINERCLEANFILES = $(binding_stampdir)/*.stamp
gmmproc_dependencies = $(binding_relfiles_m4) $(files_defs)
# Default command lines for running the code generators.
-gmmproc ?= $(PERL) -- "$(GMMPROC_DIR)/gmmproc"
+gmmproc ?= $(PERL) -I"$(GMMPROC_DIR)/pm" -- "$(GMMPROC_DIR)/gmmproc"
gen_wrap_init ?= $(PERL) -- "$(GMMPROC_DIR)/generate_wrap_init.pl"
gmmproc_flags ?= -I $(codegen_m4_srcdir) --defs $(srcdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]