]> git.meshlink.io Git - catta/commitdiff
* Make distcheck work again, broken by my recent changes
authorTrent Lloyd <lathiat@bur.st>
Mon, 8 Aug 2005 18:28:30 +0000 (18:28 +0000)
committerTrent Lloyd <lathiat@bur.st>
Mon, 8 Aug 2005 18:28:30 +0000 (18:28 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@278 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-common/Makefile.am
avahi-core/Makefile.am

index b96d19e44cf18a2ce367784b3e315f2248a47427..d7c15e81c1b476c0542eb5f604876bd2993aa273 100644 (file)
@@ -34,7 +34,8 @@ avahi_commoninclude_HEADERS = \
        alternative.h \
        rr.h \
        util.h \
-       cdecl.h
+       cdecl.h \
+       defs.h
 
 if ENABLE_DBUS
 avahi_commoninclude_HEADERS += dbus.h
index 8aad96277ce54fa889fb32ca3829c8e56e72ab29..af7830c0b54bf23b2069cc1203b881419a58b1db 100644 (file)
@@ -69,7 +69,6 @@ libavahi_core_la_SOURCES = \
        resolve-service.c \
        dns.c dns.h \
        core.h \
-       llist.h \
        log.c log.h \
        browse-dns-server.c
 libavahi_core_la_CFLAGS = $(AM_CFLAGS)