* Autoconf / Automake configuration and building.

This commit is contained in:
Eelco Dolstra 2003-04-04 16:14:56 +00:00
parent ab723e341a
commit 136c00e881
15 changed files with 639 additions and 1470 deletions

5
src/Makefile.am Normal file
View file

@ -0,0 +1,5 @@
bin_PROGRAMS = nix
nix_SOURCES = nix.cc md5.c
nix_CXXFLAGS = -DSYSTEM=\"@host@\"
nix_LDADD = -ldb_cxx-4 -lATerm