diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-04T15·42+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-04T15·42+0000 |
commit | f826e432aa442e569faaf3cb04d83bfa28bcf260 (patch) | |
tree | 94e09e1fc7399949d8a5fb94f7d0abd995665d9e /src/Makefile.am | |
parent | 01b34fe5843df9888737699ee9f9fe2f161a1fa3 (diff) |
* Refactoring: move initialisation and argument parsing into a shared
file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 573e84eb8a46..a3cd46ca2723 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 |