about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-10-20T10·05+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-10-20T10·05+0000
commitc62433751d5fce8c25a802989c50fee993f39c2d (patch)
tree3be155a9a5f4e516450582c49ded9fc61173e2be /configure.ac
parent53e376d836133a660223198c7bb8308fb912375e (diff)
* Finished refactoring the tree.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 14 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8c878f2e30..06054cf00c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT(nix, "0.4")
-AC_CONFIG_SRCDIR(src/nix.cc)
+AC_CONFIG_SRCDIR(README)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE
 
@@ -23,12 +23,21 @@ AC_PATH_PROG(wget, wget)
 AC_CHECK_LIB(pthread, pthread_mutex_init)
 
 AM_CONFIG_HEADER([config.h])
-AC_CONFIG_FILES([Makefile 
+AC_CONFIG_FILES([Makefile
    externals/Makefile
-   boost/Makefile boost/format/Makefile
    src/Makefile
+   src/boost/Makefile
+   src/boost/format/Makefile
+   src/libnix/Makefile
+   src/libmain/Makefile
+   src/nix/Makefile
+   src/nix-hash/Makefile
+   src/fix/Makefile
    scripts/Makefile
-   corepkgs/Makefile corepkgs/fetchurl/Makefile corepkgs/nar/Makefile
-   doc/Makefile doc/manual/Makefile
+   corepkgs/Makefile
+   corepkgs/fetchurl/Makefile
+   corepkgs/nar/Makefile
+   doc/Makefile
+   doc/manual/Makefile
   ])
 AC_OUTPUT