* Finished refactoring the tree.
This commit is contained in:
parent
53e376d836
commit
c62433751d
10 changed files with 86 additions and 65 deletions
12
src/libmain/Makefile.am
Normal file
12
src/libmain/Makefile.am
Normal file
|
@ -0,0 +1,12 @@
|
|||
noinst_LIBRARIES = libmain.a
|
||||
|
||||
libmain_a_SOURCES = shared.cc
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
-DNIX_STORE_DIR=\"$(prefix)/store\" \
|
||||
-DNIX_DATA_DIR=\"$(datadir)\" \
|
||||
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
|
||||
-DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \
|
||||
-I.. -I../../externals/inst/include -I../libnix
|
||||
|
||||
EXTRA_DIST = *.hh
|
Loading…
Add table
Add a link
Reference in a new issue