diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T10·05+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T10·05+0000 |
commit | c62433751d5fce8c25a802989c50fee993f39c2d (patch) | |
tree | 3be155a9a5f4e516450582c49ded9fc61173e2be /src/libnix | |
parent | 53e376d836133a660223198c7bb8308fb912375e (diff) |
* Finished refactoring the tree.
Diffstat (limited to 'src/libnix')
-rw-r--r-- | src/libnix/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libnix/Makefile.am b/src/libnix/Makefile.am new file mode 100644 index 000000000000..b890ba8c0548 --- /dev/null +++ b/src/libnix/Makefile.am @@ -0,0 +1,9 @@ +noinst_LIBRARIES = libnix.a + +libnix_a_SOURCES = util.cc hash.cc archive.cc md5.c \ + store.cc expr.cc normalise.cc exec.cc \ + globals.cc db.cc references.cc pathlocks.cc + +AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I.. -I../../externals/inst/include + +EXTRA_DIST = *.hh *.h test-builder-*.sh |