diff options
| author | Lennart Poettering <lennart@poettering.net> | 2005-10-27 13:28:41 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2005-10-27 13:28:41 +0000 | 
| commit | cf5ee4f9a5c3625a3d13b92603d1035f976228b0 (patch) | |
| tree | 08946d6d2b059b896a39ebf3ca74782f89db3cfa | |
| parent | 71f6859e3472d44254c3bbc8a0ad7fefd780d7cf (diff) | |
install publish.h, lookup.h
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@887 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | avahi-client/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-client/Makefile.am b/avahi-client/Makefile.am index 54f14b0..888b917 100644 --- a/avahi-client/Makefile.am +++ b/avahi-client/Makefile.am @@ -25,7 +25,7 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'  if HAVE_DBUS  avahi_clientincludedir=$(includedir)/avahi-client -avahi_clientinclude_HEADERS = client.h +avahi_clientinclude_HEADERS = client.h lookup.h publish.h  noinst_HEADERS = internal.h  | 
