about summary refs log tree commit diff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-04T15·42+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-04T15·42+0000
commitf826e432aa442e569faaf3cb04d83bfa28bcf260 (patch)
tree94e09e1fc7399949d8a5fb94f7d0abd995665d9e /src/Makefile.am
parent01b34fe5843df9888737699ee9f9fe2f161a1fa3 (diff)
* Refactoring: move initialisation and argument parsing into a shared
  file.

Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 573e84eb8a..a3cd46ca27 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ check_PROGRAMS = test
 
 AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I..
 
-nix_SOURCES = nix.cc
+nix_SOURCES = nix.cc shared.cc
 nix_LDADD = libnix.a -ldb_cxx-4 -lATerm
 
 TESTS = test