* Patch by Ikke <ikke@eikke.com> to make distcheck pass.
authorTrent Lloyd <lathiat@bur.st>
Wed, 6 Jul 2005 14:09:01 +0000 (14:09 +0000)
committerTrent Lloyd <lathiat@bur.st>
Wed, 6 Jul 2005 14:09:01 +0000 (14:09 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@164 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-common/Makefile.am
avahi-core/Makefile.am
avahi-daemon/Makefile.am
avahi-dnsconfd/Makefile.am
doxygen/doxygen.conf.in

index ffadb3c..b1188cd 100644 (file)
@@ -35,6 +35,9 @@ avahi_commoninclude_HEADERS = \
        rr.h \
        util.h
 
+noinst_HEADERS = \
+       cdecl.h
+
 noinst_PROGRAMS = \
        strlst-test \
        domain-test \
index 8280560..0c6b1e2 100644 (file)
@@ -70,7 +70,7 @@ libavahi_core_la_SOURCES = \
        core.h \
        llist.h \
        log.c log.h \
-       browse-dns-server.c browse-dns-server.h
+       browse-dns-server.c
 libavahi_core_la_CFLAGS = $(AM_CFLAGS)
 libavahi_core_la_LIBADD = $(AM_LDADD) $(COMMON_LDADD)
 
index 9ea1733..3762ba5 100644 (file)
@@ -62,13 +62,15 @@ service_DATA = \
 pkgdata_DATA = \
        avahi-service.dtd
 
+EXTRA_DIST = avahi-service.dtd avahi.conf example.service
+
 if ENABLE_DBUS
 avahi_SOURCES += dbus-protocol.c dbus-protocol.h
 
 dbusservicedir = $(DBUS_SYS_DIR)
 dbusservice_DATA = avahi-dbus.conf
 
-EXTRA_DIST = $(dbusservice_DATA)
+EXTRA_DIST += $(dbusservice_DATA)
 endif
 
 avahi_CFLAGS = $(AM_CFLAGS)
index 5e55a94..7a2185f 100644 (file)
@@ -38,7 +38,7 @@ bin_PROGRAMS = \
        avahi-dnsconfd
 
 avahi_dnsconfd_SOURCES = \
-       main.c main.h
+       main.c 
 
 avahi_dnsconfd_CFLAGS = $(AM_CFLAGS)
 avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
index e7a5ca2..f165bc3 100644 (file)
@@ -417,7 +417,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = ../avahi-common/cdecl.h ../avahi-core/core.h ../avahi-common/address.h ../avahi-common/rr.h ../avahi-common/strlst.h ../avahi-common/alternative.h ../avahi-core/log.h
+INPUT                  = @top_srcdir@/avahi-common/cdecl.h @top_srcdir@/avahi-core/core.h @top_srcdir@/avahi-common/address.h @top_srcdir@/avahi-common/rr.h @top_srcdir@/avahi-common/strlst.h @top_srcdir@/avahi-common/alternative.h @top_srcdir@/avahi-core/log.h
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -455,7 +455,7 @@ EXCLUDE_PATTERNS       =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = ../examples/
+EXAMPLE_PATH           = @top_srcdir@/examples/
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp