From: Linux Karlsson Date: Fri, 28 May 2010 11:59:21 +0000 (-0400) Subject: Modified autotools to recurse into tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b488331b151647c0e5b6e8b5876e34d26ade2d4;p=thirdparty%2Fntp.git Modified autotools to recurse into tests bk: 4bffb019wTma98ebL_RSUqTowtKkkA --- diff --git a/Makefile.am b/Makefile.am index 8b1b224097..ef1994a796 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,10 @@ SUBDIRS+= \ util \ $(NULL) +SUBDIRS+= \ + tests \ + $(NULL) + DIST_SUBDIRS= \ scripts \ include \ diff --git a/configure.ac b/configure.ac index 855c46cac8..314ca43141 100644 --- a/configure.ac +++ b/configure.ac @@ -4789,6 +4789,10 @@ AC_CONFIG_FILES(scripts/plot_summary, [chmod +x scripts/plot_summary]) AC_CONFIG_FILES(scripts/summary, [chmod +x scripts/summary]) AC_CONFIG_FILES(util/Makefile) +AC_PROG_CXX +AC_CONFIG_FILES(tests/Makefile) +AC_CONFIG_FILES(tests/libntp/Makefile) + AC_CONFIG_SUBDIRS(sntp) AC_OUTPUT