X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-dnsconfd%2FMakefile.am;h=dddf99ebcecead318b77289092bbd77929413631;hb=908e491f7d55209acfbb2595ab1ef5b24502d641;hp=d35873480362fa9dd60edb83b71d3b079b0d3b6f;hpb=2b2844b10d7b7e5c97f9c667d664d9418bb7769a;p=catta diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am index d358734..dddf99e 100644 --- a/avahi-dnsconfd/Makefile.am +++ b/avahi-dnsconfd/Makefile.am @@ -1,7 +1,5 @@ -# $Id$ -# # This file is part of avahi. -# +# # avahi is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2 of the @@ -33,7 +31,7 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' sbin_PROGRAMS = avahi-dnsconfd -avahi_dnsconfd_SOURCES = main.c +avahi_dnsconfd_SOURCES = main.c avahi_dnsconfd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS) avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(LIBDAEMON_LIBS)