From f23786efebe604d7fee644db58a62f348974e593 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Jun 2010 14:40:12 -0500 Subject: Adding the policy config to the installed files. --- bindings/mono/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index a7fb526..3bd29d4 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -13,7 +13,13 @@ ASSEMBLY_NAME = appindicator-sharp ASSEMBLY_VERSION = 0.1 ASSEMBLY = appindicator-sharp.dll DLLPOLICY = policy.$(ASSEMBLY_VERSION).$(ASSEMBLY) -TARGET = $(ASSEMBLY) $(ASSEMBLY).config $(DLLPOLICY) + +TARGET = \ + $(ASSEMBLY) \ + $(ASSEMBLY).config \ + $(DLLPOLICY) \ + policy.$(ASSEMBLY_VERSION).$(ASSEMBLY_NAME).config + assemblydir = $(libdir)/cli/appindicator-sharp-0.1 assembly_DATA = $(TARGET) -- cgit v1.2.3