aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-18 14:40:12 -0500
committerTed Gould <ted@gould.cx>2010-06-18 14:40:12 -0500
commitf23786efebe604d7fee644db58a62f348974e593 (patch)
tree1514d9740a0239d22c93947dcd20e65c0a71c64b
parentc5c267021dc458fd67059250e26e07523179cdff (diff)
downloadayatana-indicator-application-f23786efebe604d7fee644db58a62f348974e593.tar.gz
ayatana-indicator-application-f23786efebe604d7fee644db58a62f348974e593.tar.bz2
ayatana-indicator-application-f23786efebe604d7fee644db58a62f348974e593.zip
Adding the policy config to the installed files.
-rw-r--r--bindings/mono/Makefile.am8
1 files changed, 7 insertions, 1 deletions
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)