chiark / gitweb /
Infrastructure: Split the files into subdirectories.
[mLib] / configure.ac
index 6a2eb52ec56fbc1b720753d3844693a25eef7930..d2af6c7b811d1cd6035501adae654df6bf5e5520 100644 (file)
@@ -99,7 +99,18 @@ dnl Output.
 AC_CONFIG_HEADER([config/config.h])
 
 AC_CONFIG_FILES(
-  [Makefile])
+  [Makefile]
+  [buf/Makefile]
+  [codec/Makefile]
+  [hash/Makefile]
+  [mem/Makefile]
+  [sel/Makefile]
+  [struct/Makefile]
+  [sys/Makefile]
+  [test/Makefile]
+  [trace/Makefile]
+  [ui/Makefile]
+  [utils/Makefile])
 AC_OUTPUT
 
 dnl ----- That's all, folks -------------------------------------------------