]> git.meshlink.io Git - catta/blobdiff - configure.ac
move public headers into their own directory
[catta] / configure.ac
index 5dcefae5227284280e060f61345cce26d1bcf653..80cbfb202714a4ab49382b20082dcb27c2e2a090 100644 (file)
@@ -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