configure.ac
authorAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 06:23:48 +0000 (14:23 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 06:23:48 +0000 (14:23 +0800)
configure.ac

index 6137530..8f0d460 100644 (file)
@@ -1,4 +1,7 @@
 AC_INIT([Builder4], [1], [alan@roojs.com])
 AM_INIT_AUTOMAKE([-Wall foreign])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([
+       Makefile
+       src/Makefile
+])
 AC_OUTPUT
\ No newline at end of file