diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-07-29 02:03:26 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-07-29 02:03:26 +0000 |
commit | 368ed1a2a0d95964b3f88c70c9a8c5516367f3f7 (patch) | |
tree | c6a022c9db082d742dd04d89f314e7629884c7ba /avahi-common/Makefile.am | |
parent | ec9c575fb8d6d9ee2f929ad6cd70177e35ba9cd3 (diff) |
* Move dbus service #defines to avahi-common/dbus.h
* Move cdecl.h to installed common headers
* Remove glib use from avahi-client
* Only build avahi-client if dbus is enabled
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@190 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/Makefile.am')
-rw-r--r-- | avahi-common/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index 208aa94..b4125d6 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -33,10 +33,9 @@ avahi_commoninclude_HEADERS = \ address.h \ alternative.h \ rr.h \ - util.h - -noinst_HEADERS = \ - cdecl.h + util.h \ + cdecl.h \ + dbus.h noinst_PROGRAMS = \ strlst-test \ |