]> git.meshlink.io Git - catta/commit
* Compile tests only when --enable-tests was specified on the configure command line
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Oct 2005 00:10:02 +0000 (00:10 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Oct 2005 00:10:02 +0000 (00:10 +0000)
commit16d9e30dd7fa052bd7e6dd37927d7f27bec90ef1
treed52fcd4dfde907c278a29c76e59f899c92c1a4b4
parentd266407d3e6d8f2a8e14e8bd2f89fa8a4333613c
* Compile tests only when --enable-tests was specified on the configure command line
* Build compat layers only when --enable-compat-{howl,libdns_sd} was passed to configure
* drop avahi_strlcpy() to reduce our code/API size
* replace getifname() with if_indextoname in avahi-dnsconfd
* declare environ if needed in avahi-dnsconfd
* drop some useless definitions like  AVAHI_PUBLISH_NULL = 0

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@819 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
18 files changed:
Makefile.am
avahi-client/Makefile.am
avahi-common/Makefile.am
avahi-common/defs.h
avahi-common/domain.c
avahi-compat-howl/Makefile.am
avahi-compat-howl/samples/Makefile.am
avahi-compat-howl/text.c
avahi-compat-libdns_sd/Makefile.am
avahi-core/Makefile.am
avahi-core/entry.c
avahi-daemon/Makefile.am
avahi-dnsconfd/main.c
avahi-glib/Makefile.am
configure.ac
docs/TODO
examples/Makefile.am
tests/Makefile.am