From 35915da208febe200fe3b29acdea9c329e70b163 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Jun 2010 11:55:22 -0500 Subject: Replacing the macros with the proper data --- bindings/mono/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 607325f..b366b6f 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -99,7 +99,9 @@ $(TEST): $(ASSEMBLY) $(TEST_SOURCES) all: $(TEST) policy.2.0.$(ASSEMBLY_NAME).config: policy.2.0.$(ASSEMBLY_NAME).config.in Makefile - cp $< $@ + sed -e "s|@ASSEMBLY_NAME@|$(ASSEMBLY_NAME)|" \ + -e "s|@ASSEMBLY_VERSION@|0.1|g" \ + $< > $@ $(DLLPOLICY): policy.2.0.$(ASSEMBLY_NAME).config $(ASSEMBLY_NAME).snk Makefile $(AL) -link:policy.2.0.$(ASSEMBLY_NAME).config -out:$(DLLPOLICY) -keyfile:$(srcdir)/$(ASSEMBLY_NAME).snk -- cgit v1.2.3