diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-08 18:28:30 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-08 18:28:30 +0000 |
commit | 78e5c32efe567a123e94310f75896d5590d91ec9 (patch) | |
tree | 8e139b953cc71be77b42afb09ff8b8064efa8d41 | |
parent | a653540edf61c4c3fc5c7541d30bb40f92088ec0 (diff) |
* Make distcheck work again, broken by my recent changes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@278 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r-- | avahi-common/Makefile.am | 3 | ||||
-rw-r--r-- | avahi-core/Makefile.am | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index b96d19e..d7c15e8 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -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 diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am index 8aad962..af7830c 100644 --- a/avahi-core/Makefile.am +++ b/avahi-core/Makefile.am @@ -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) |