]> git.meshlink.io Git - catta/commitdiff
* Add --disable-mono-docs to the distcheck flags
authorTrent Lloyd <lathiat@bur.st>
Wed, 14 Sep 2005 16:33:38 +0000 (16:33 +0000)
committerTrent Lloyd <lathiat@bur.st>
Wed, 14 Sep 2005 16:33:38 +0000 (16:33 +0000)
 * Fix avahi-sharp build foo for distcheck

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@584 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-sharp/Makefile.am

index c0866df0c6d26ea3a4ef2a022f1b6f098965a7fc..3d236e50e3c2b044699cab4d2900882803731d1f 100644 (file)
 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