X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=8c27a42dd4e241a051d217554b926312ae0ec68f;hb=e25370c54e78fda0a7996b008f7ad68aa80f2ccd;hp=614b10db9459543e8468294df907cda96ac3f829;hpb=5f7b734ef1a6a22a537c3ee3b29c8095fa9a803e;p=meshlink diff --git a/configure.ac b/configure.ac index 614b10db..8c27a42d 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AC_INIT([MeshLink], [0.1]) AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_SUBDIRS([catta]) AM_SILENT_RULES([yes]) # Enable GNU extensions.