From 7231641e5c53a9d1c255e06a7a134fa60a919f88 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Thu, 11 Aug 2005 07:31:07 +0000 Subject: * Work on avahi-client - Support for connecting and registering services works - Needs some more error handling (DBus Errors from the daemon) - Needs browser support yet * Fix avahi-utils to pass make dist-check * Add new error codes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@288 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-client/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'avahi-client/Makefile.am') diff --git a/avahi-client/Makefile.am b/avahi-client/Makefile.am index a01ede2..d42f33d 100644 --- a/avahi-client/Makefile.am +++ b/avahi-client/Makefile.am @@ -33,6 +33,9 @@ avahi_clientincludedir=$(includedir)/avahi-client avahi_clientinclude_HEADERS = \ client.h +noinst_HEADERS = \ + internal.h + noinst_PROGRAMS = \ client-test @@ -40,11 +43,12 @@ lib_LTLIBRARIES = \ libavahi-client.la libavahi_client_la_SOURCES = \ - client.c client.h + client.c client.h \ + entrygroup.c client_test_SOURCES = \ client-test.c client_test_CFLAGS = $(AM_CFLAGS) -client_test_LDADD = $(AM_LDADD) libavahi-client.la +client_test_LDADD = $(AM_LDADD) libavahi-client.la ../avahi-common/libavahi-common.la endif -- cgit