* Finished refactoring the tree.
This commit is contained in:
parent
53e376d836
commit
c62433751d
10 changed files with 86 additions and 65 deletions
9
src/libnix/Makefile.am
Normal file
9
src/libnix/Makefile.am
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
noinst_LIBRARIES = libnix.a
|
||||
|
||||
libnix_a_SOURCES = util.cc hash.cc archive.cc md5.c \
|
||||
store.cc expr.cc normalise.cc exec.cc \
|
||||
globals.cc db.cc references.cc pathlocks.cc
|
||||
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I.. -I../../externals/inst/include
|
||||
|
||||
EXTRA_DIST = *.hh *.h test-builder-*.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue