aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)