diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-06-04 19:32:26 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-06-04 19:32:26 +0000 |
commit | 64dff8088b43bd2f367f35e18bf02e73c8052dec (patch) | |
tree | 563672936e396c4897ded72ca2c51dfb2345bcf3 /configure.ac | |
parent | 781b79d165e9997dc026d90ee9ea2dbc32252f39 (diff) |
* Add some use documentation to the daemon
* Create the structure for avahi-client
* Start building avahi-client and daemon by default
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@100 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 721be81..642e8c8 100644 --- a/configure.ac +++ b/configure.ac @@ -86,5 +86,5 @@ if test "x$GCC" = "xyes" ; then rm -f conftest.o fi -AC_CONFIG_FILES([Makefile avahi-core.pc doxygen/Makefile doxygen/doxygen.conf avahi-common/Makefile avahi-core/Makefile daemon/Makefile avahi-discover/Makefile]) +AC_CONFIG_FILES([Makefile avahi-core.pc doxygen/Makefile doxygen/doxygen.conf avahi-common/Makefile avahi-core/Makefile daemon/Makefile avahi-discover/Makefile avahi-client/Makefile]) AC_OUTPUT |