summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-16 12:51:20 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-16 12:51:20 +0000
commit969d343114a3ad07e9f1617ec1df465ca501d222 (patch)
tree5de4bbafe84205c8596bb66f0065da97ffff9209 /avahi-daemon/Makefile.am
parentc0244c2448a5504581ae24e78b5859760b999b8e (diff)
* add initial implmenentation of a "simple protocol" for usage with nss-mdns
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@113 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/Makefile.am')
-rw-r--r--avahi-daemon/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am
index 3a03393..029a6d7 100644
--- a/avahi-daemon/Makefile.am
+++ b/avahi-daemon/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am 52 2005-05-06 16:23:30Z lennart $
+# $Id$
#
# This file is part of avahi.
#
@@ -35,7 +35,8 @@ bin_PROGRAMS = \
avahi
avahi_SOURCES = \
- main.c
+ main.c \
+ simple-protocol.c
avahi_CFLAGS = $(AM_CFLAGS)
avahi_LDADD = $(AM_LDADD) ../avahi-core/libavahi-core.la ../avahi-common/libavahi-common.la