about summary refs log tree commit diff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-04-04T16·14+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-04-04T16·14+0000
commit136c00e881dd290d470923b0ce7760de2df5e0ad (patch)
tree6857801b2a46d47dfc30a7d14c2aaf06c5b00c44 /src/Makefile.am
parentab723e341aab021624e93b7687c252acaeef9394 (diff)
* Autoconf / Automake configuration and building.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000000..17d801fbf3
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,5 @@
+bin_PROGRAMS = nix
+
+nix_SOURCES = nix.cc md5.c
+nix_CXXFLAGS = -DSYSTEM=\"@host@\"
+nix_LDADD = -ldb_cxx-4 -lATerm