diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-18T18·09+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-18T18·09+0000 |
commit | 41ec982f3132c32991a48a82735a036f844e7299 (patch) | |
tree | 9606ec3c8e90de2e60edd44acd12d761bf3e3d1c /src/libstore/Makefile.am | |
parent | 3454c685eec2aebe6f61f7deebc40162bab22e69 (diff) |
* Big refactoring. Move to a much more explicitly state machine based
approach. This makes it much easier to add extra complexity in the normaliser / realiser (e.g., build hooks, substitutes).
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index be16ad991efe..8c61b36f487a 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -2,7 +2,7 @@ noinst_LIBRARIES = libstore.a libstore_a_SOURCES = \ store.cc store.hh storeexpr.cc storeexpr.hh \ - normalise.cc normalise.hh \ + normalise.cc misc.cc normalise.hh \ globals.cc globals.hh db.cc db.hh \ references.cc references.hh pathlocks.cc pathlocks.hh |