From 969d343114a3ad07e9f1617ec1df465ca501d222 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Jun 2005 12:51:20 +0000 Subject: * 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 --- avahi-daemon/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'avahi-daemon/Makefile.am') 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 -- cgit