diff options
author | Ted Gould <ted@gould.cx> | 2010-06-18 16:44:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-18 16:44:24 -0500 |
commit | 7eac5d7aa7c1ba68c60088d4bd56976acb748606 (patch) | |
tree | 63cbe32acaeb63a213abe7609854d176c66971a8 /bindings/mono/Makefile.am | |
parent | 955c73794bc43c2169d45e4dc4e9a3d93bd4bffb (diff) | |
parent | 974546906ab06d3656e47a1b5ea37d49a246d724 (diff) | |
download | libayatana-appindicator-7eac5d7aa7c1ba68c60088d4bd56976acb748606.tar.gz libayatana-appindicator-7eac5d7aa7c1ba68c60088d4bd56976acb748606.tar.bz2 libayatana-appindicator-7eac5d7aa7c1ba68c60088d4bd56976acb748606.zip |
* Upstream merge
* Changing the policy to be for 0.0
Diffstat (limited to 'bindings/mono/Makefile.am')
-rw-r--r-- | bindings/mono/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 2cd4486..1219e0e 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -12,7 +12,8 @@ METADATA = libappindicator-api.metadata ASSEMBLY_NAME = appindicator-sharp ASSEMBLY_VERSION = 0.1 ASSEMBLY = $(ASSEMBLY_NAME).dll -POLICY = policy.$(ASSEMBLY_VERSION).$(ASSEMBLY_NAME) +POLICY = policy.$(POLICY_VERSION).$(ASSEMBLY_NAME) +POLICY_VERSION = 0.0 DLLPOLICY = $(POLICY).dll TARGET = \ |