From 62d4d99e5754304a57f53a80ff61061506a0e908 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 27 Oct 2010 11:22:38 +0800 Subject: fixes makefiles --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0d9390a..efa32c4 100644 --- a/configure.ac +++ b/configure.ac @@ -70,13 +70,15 @@ AC_CONFIG_FILES([Makefile src/Makefile src/include/Makefile src/storage/Makefile - src/segment/Makefile - src/training/Makefile src/lookup/Makefile tests/Makefile tests/include/Makefile tests/storage/Makefile tests/lookup/Makefile utils/Makefile - utils/storage/Makefile]) + utils/storage/Makefile + utils/segment/Makefile + utils/training/Makefile +]) + AC_OUTPUT -- cgit