aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-18 11:01:26 -0500
committerTed Gould <ted@gould.cx>2010-06-18 11:01:26 -0500
commite434b937dac91258f080bcb3832ee9fe6fe8814e (patch)
tree492bd3cf2547ea75db2166a6f24aeb4b7c3d4bbc
parentc0f64171958d491764b961278e0947b7a19d570c (diff)
downloadayatana-indicator-application-e434b937dac91258f080bcb3832ee9fe6fe8814e.tar.gz
ayatana-indicator-application-e434b937dac91258f080bcb3832ee9fe6fe8814e.tar.bz2
ayatana-indicator-application-e434b937dac91258f080bcb3832ee9fe6fe8814e.zip
Fixing the distcheck by cleaning up
-rw-r--r--bindings/mono/Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am
index 41eea3f..607325f 100644
--- a/bindings/mono/Makefile.am
+++ b/bindings/mono/Makefile.am
@@ -15,7 +15,19 @@ DLLPOLICY = policy.$(ASSEMBLY)
TARGET = $(ASSEMBLY) $(ASSEMBLY).config $(DLLPOLICY)
assemblydir = $(libdir)/cli/appindicator-sharp-0.1
assembly_DATA = $(TARGET)
-CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb generated-stamp generated/*.cs $(API) $(MIDDLE_API) $(RAW_API) $(TEST)
+
+CLEANFILES = \
+ $(ASSEMBLY) \
+ $(ASSEMBLY).mdb \
+ generated-stamp \
+ generated/*.cs \
+ $(API) \
+ $(MIDDLE_API) \
+ $(RAW_API) \
+ $(TEST) \
+ $(DLLPOLICY) \
+ policy.2.0.$(ASSEMBLY_NAME).config
+
DISTCLEANFILES = $(ASSEMBLY).config
TEST_SOURCES = TestIndicator.cs
customs = ApplicationIndicator.custom