]> git.meshlink.io Git - catta/commitdiff
* fix build system
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Jun 2005 09:15:01 +0000 (09:15 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 6 Jun 2005 09:15:01 +0000 (09:15 +0000)
* some ore svn:ignore

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

Makefile.am
configure.ac

index 18a1cfc17ae69451586c65c4a0ac86d9f2af7200..d95030ca0c58a88d608f432866b49779012eaa7a 100644 (file)
@@ -18,7 +18,7 @@
 # USA.
 
 EXTRA_DIST = bootstrap.sh LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in libtool.m4
-SUBDIRS = avahi-common avahi-core avahi-discover avahi-client daemon
+SUBDIRS = avahi-common avahi-core avahi-discover avahi-client avahi-daemon
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = avahi-core.pc
index 642e8c8559a248d05381b7246623bd20f0e5c5ec..9861b45b55a412412e85a7c6fbc40cc4a32830aa 100644 (file)
@@ -86,5 +86,5 @@ if test "x$GCC" = "xyes" ; then
    rm -f conftest.o
 fi
 
-AC_CONFIG_FILES([Makefile avahi-core.pc doxygen/Makefile doxygen/doxygen.conf avahi-common/Makefile avahi-core/Makefile daemon/Makefile avahi-discover/Makefile avahi-client/Makefile])
+AC_CONFIG_FILES([Makefile avahi-core.pc doxygen/Makefile doxygen/doxygen.conf avahi-common/Makefile avahi-core/Makefile avahi-daemon/Makefile avahi-discover/Makefile avahi-client/Makefile])
 AC_OUTPUT