chiark / gitweb /
build system: convert stest and mtest to Subdir.mk
[secnet.git] / configure.ac
index 0cdf9cf5bac0d66521d691ccdb1f573f5e9bd7ca..8f8fab3e4c76a46ddee9a01c1e6c066d19274834 100644 (file)
@@ -25,7 +25,7 @@ AC_INIT(secnet,0.1.18+,secnet@chiark.greenend.org.uk)
 AC_CONFIG_SRCDIR(secnet.c)
 AC_CONFIG_HEADER(config.h)
 
-SUBDIRMK_SUBDIRS([test-example])
+SUBDIRMK_SUBDIRS([test-example mtest stest])
 
 AC_PREREQ(2.50)
 AC_REVISION($Id: configure.in,v 1.4 2002/09/09 22:05:02 steve Exp $)
@@ -99,9 +99,9 @@ else
     AC_MSG_WARN([Disabling IPv6 support])
 fi
 
-SUBDIRMK_MAKEFILES(common.make test-common.make)
+SUBDIRMK_MAKEFILES(common.make)
 
-AC_OUTPUT(stest/Makefile mtest/Makefile,
+AC_OUTPUT(,
           echo timestamp >config.stamp)
 
 AH_TOP([