X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=80cbfb202714a4ab49382b20082dcb27c2e2a090;hb=37d19f15523b6fe4d1fef2329abe421221b3d4b3;hp=5dcefae5227284280e060f61345cce26d1bcf653;hpb=1a5dff7d166883e99fe1dba62dc3c407a9f7e332;p=catta diff --git a/configure.ac b/configure.ac index 5dcefae..80cbfb2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,8 +20,8 @@ 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_MACRO_DIR([common]) +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,9 +323,11 @@ AM_CONDITIONAL([ENABLE_TESTS], [test "x$ENABLE_TESTS" = "xyes"]) # ========================================================================== AC_CONFIG_FILES([ Makefile -avahi/Makefile +src/Makefile +include/Makefile +tests/Makefile examples/Makefile -common/Makefile +m4/Makefile ]) AC_OUTPUT