diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |