From 3f0e214da171da9f163501921c22de84ba339a66 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 5 Oct 2012 20:20:01 +0000 Subject: [PATCH] build: add a Makefile for jnat's test project. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 18e172a8..29dbedf8 100644 --- a/configure.ac +++ b/configure.ac @@ -494,6 +494,7 @@ AC_CONFIG_FILES( ]) AC_CONFIG_FILES( [people/jnat/Makefile + people/jnat/TestProject/Makefile people/peeweek/Makefile people/touky/Makefile ])