diff options
author | Ted Gould <ted@gould.cx> | 2010-01-12 00:08:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-12 00:08:34 -0600 |
commit | 0fda6a0de6a9fcc29b2e202e7820bdf1c90883db (patch) | |
tree | cb34373ae3969f9e28782c80c1d7ff91add7f7a0 /bindings/mono/Makefile.am | |
parent | bd7a48ff7e9558d4df3082ba20d20dfed7770429 (diff) | |
download | libayatana-appindicator-0fda6a0de6a9fcc29b2e202e7820bdf1c90883db.tar.gz libayatana-appindicator-0fda6a0de6a9fcc29b2e202e7820bdf1c90883db.tar.bz2 libayatana-appindicator-0fda6a0de6a9fcc29b2e202e7820bdf1c90883db.zip |
Adding the middle API file to the cleanfiles for distcheck
Diffstat (limited to 'bindings/mono/Makefile.am')
-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 eb6545b..455a23e 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -14,7 +14,7 @@ ASSEMBLY = appindicator-sharp.dll TARGET = $(ASSEMBLY) $(ASSEMBLY).config assemblydir = $(libdir)/appindicator-sharp-0.1 assembly_DATA = $(TARGET) -CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb generated-stamp generated/*.cs $(API) $(RAW_API) $(TEST) +CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb generated-stamp generated/*.cs $(API) $(MIDDLE_API) $(RAW_API) $(TEST) DISTCLEANFILES = $(ASSEMBLY).config TEST_SOURCES = TestIndicator.cs customs = ApplicationIndicator.custom |