diff options
author | Ted Gould <ted@gould.cx> | 2010-06-18 14:40:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-18 14:40:12 -0500 |
commit | f23786efebe604d7fee644db58a62f348974e593 (patch) | |
tree | 1514d9740a0239d22c93947dcd20e65c0a71c64b /bindings | |
parent | c5c267021dc458fd67059250e26e07523179cdff (diff) | |
download | libayatana-appindicator-f23786efebe604d7fee644db58a62f348974e593.tar.gz libayatana-appindicator-f23786efebe604d7fee644db58a62f348974e593.tar.bz2 libayatana-appindicator-f23786efebe604d7fee644db58a62f348974e593.zip |
Adding the policy config to the installed files.
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/mono/Makefile.am | 8 |
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) |