X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=80cbfb202714a4ab49382b20082dcb27c2e2a090;hb=37d19f15523b6fe4d1fef2329abe421221b3d4b3;hp=3849cf4b55f79c94d29431142543aabbf539d0f1;hpb=e8d28c50c6d3a73d1a6f514095304bfe0973ff2a;p=catta diff --git a/configure.ac b/configure.ac index 3849cf4..80cbfb2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ(2.63) AC_INIT([avahi],[0.6.31],[avahi (at) lists (dot) freedesktop (dot) org]) -AC_CONFIG_SRCDIR([avahi/server.c]) +AC_CONFIG_SRCDIR([src/server.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax]) @@ -323,7 +323,8 @@ AM_CONDITIONAL([ENABLE_TESTS], [test "x$ENABLE_TESTS" = "xyes"]) # ========================================================================== AC_CONFIG_FILES([ Makefile -avahi/Makefile +src/Makefile +include/Makefile tests/Makefile examples/Makefile m4/Makefile