summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-09-14 16:33:38 +0000
committerTrent Lloyd <lathiat@bur.st>2005-09-14 16:33:38 +0000
commite97ba3e3838ff2abfc9d9d7de426fff61e788271 (patch)
tree720bf25e63e206468c77ec3934ab48eb3f901911
parent5af9f469d85a9281bc5484e9f5a8740751591dfe (diff)
* Add --disable-mono-docs to the distcheck flags
* Fix avahi-sharp build foo for distcheck git-svn-id: file:///home/lennart/svn/public/avahi/trunk@584 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-sharp/Makefile.am16
1 files changed, 9 insertions, 7 deletions
diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am
index c0866df..3d236e5 100644
--- a/avahi-sharp/Makefile.am
+++ b/avahi-sharp/Makefile.am
@@ -20,13 +20,6 @@
ASSEMBLY = avahi-sharp.dll
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
-EXTRA_DIST = \
- $(AVAHISOURCES) \
- avahi.snk \
- avahi-sharp.dll.config \
- avahi-sharp-docs.source \
- en/*.xml \
- en/*/*.xml
AVAHISOURCES = \
$(srcdir)/AssemblyInfo.cs \
@@ -41,6 +34,15 @@ AVAHISOURCES = \
$(srcdir)/ServiceTypeBrowser.cs \
$(srcdir)/Utility.cs
+EXTRA_DIST = \
+ $(AVAHISOURCES) \
+ $(srcdir)/avahi.snk \
+ $(srcdir)/avahi-sharp.dll.config \
+ $(srcdir)/avahi-sharp-docs.source \
+ $(srcdir)/en/*.xml \
+ $(srcdir)/en/*/*.xml
+
+
$(ASSEMBLY): $(AVAHISOURCES)
mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix