From 136c00e881dd290d470923b0ce7760de2df5e0ad Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 4 Apr 2003 16:14:56 +0000 Subject: * Autoconf / Automake configuration and building. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 000000000000..17d801fbf370 --- /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 -- cgit 1.4.1