diff options
author | Ted Gould <ted@gould.cx> | 2010-06-18 12:16:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-18 12:16:47 -0500 |
commit | f8f18e9f7a1c1ca281fab5c87c2379f8ab59b721 (patch) | |
tree | 39a822fb08da135d8474880e01279f32fb9715e3 /bindings/mono | |
parent | 35915da208febe200fe3b29acdea9c329e70b163 (diff) | |
download | ayatana-indicator-application-f8f18e9f7a1c1ca281fab5c87c2379f8ab59b721.tar.gz ayatana-indicator-application-f8f18e9f7a1c1ca281fab5c87c2379f8ab59b721.tar.bz2 ayatana-indicator-application-f8f18e9f7a1c1ca281fab5c87c2379f8ab59b721.zip |
Fixing policy name
Diffstat (limited to 'bindings/mono')
-rw-r--r-- | bindings/mono/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index b366b6f..b052d86 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -11,7 +11,7 @@ RAW_API = libappindicator-api.raw METADATA = libappindicator-api.metadata ASSEMBLY_NAME = appindicator-sharp ASSEMBLY = appindicator-sharp.dll -DLLPOLICY = policy.$(ASSEMBLY) +DLLPOLICY = policy.2.0.$(ASSEMBLY) TARGET = $(ASSEMBLY) $(ASSEMBLY).config $(DLLPOLICY) assemblydir = $(libdir)/cli/appindicator-sharp-0.1 assembly_DATA = $(TARGET) |