diff options
| author | Ted Gould <ted@gould.cx> | 2010-06-18 10:52:53 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-06-18 10:52:53 -0500 |
| commit | 5ea2df7ffe6c3f84353a696caa3e34e9ad97c09f (patch) | |
| tree | 0c83ce6eade8eb5771e8b500321c419fb20a6949 /bindings/mono | |
| parent | 814bed13f090ffd76c493b708b68e3eb9b4851a3 (diff) | |
| download | ayatana-indicator-application-5ea2df7ffe6c3f84353a696caa3e34e9ad97c09f.tar.gz ayatana-indicator-application-5ea2df7ffe6c3f84353a696caa3e34e9ad97c09f.tar.bz2 ayatana-indicator-application-5ea2df7ffe6c3f84353a696caa3e34e9ad97c09f.zip | |
Fixing directories
Diffstat (limited to 'bindings/mono')
| -rw-r--r-- | bindings/mono/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 85249ff..97b4f26 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -86,6 +86,6 @@ $(TEST): $(ASSEMBLY) $(TEST_SOURCES) all: $(TEST) -$(DLLPOLICY): policy.2.0.$(ASSEMBLY_NAME).config $(ASSEMBLY_NAME).snk - $(AL) -link:policy.2.0.$(ASSEMBLY_NAME).config -out:$(DLLPOLICY) -keyfile:$(ASSEMBLY_NAME).snk +$(DLLPOLICY): policy.2.0.$(ASSEMBLY_NAME).config $(ASSEMBLY_NAME).snk Makefile + (cd $(srcdir) ; $(AL) -link:policy.2.0.$(ASSEMBLY_NAME).config -out:$(abs_builddir)/$(DLLPOLICY) -keyfile:$(ASSEMBLY_NAME).snk) |
