diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-14 10:56:45 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-14 10:56:45 +0000 |
commit | 9f0dd75f02f5eceb758436de07f18fcc892c12f0 (patch) | |
tree | b497c0125794c37046a300faa730d5bea72188ba /avahi-common/Makefile.am | |
parent | fd709eb188a6ec65026c3dab3a08abaf252bac85 (diff) |
* Add service browser support to C client API
* Small fix to avahi-common to get make distcheck further
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@317 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/Makefile.am')
-rw-r--r-- | avahi-common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index 8ac6365..7c41ea3 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -62,7 +62,8 @@ libavahi_common_la_SOURCES = \ domain.c domain.h \ timeval.c timeval.h \ simple-watch.c simple-watch.h \ - watch.h + watch.h gccmacro.h + libavahi_common_la_CFLAGS = $(AM_CFLAGS) libavahi_common_la_LIBADD = $(AM_LDADD) |