diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T10·05+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T10·05+0000 |
commit | c62433751d5fce8c25a802989c50fee993f39c2d (patch) | |
tree | 3be155a9a5f4e516450582c49ded9fc61173e2be /src/libmain/Makefile.am | |
parent | 53e376d836133a660223198c7bb8308fb912375e (diff) |
* Finished refactoring the tree.
Diffstat (limited to 'src/libmain/Makefile.am')
-rw-r--r-- | src/libmain/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libmain/Makefile.am b/src/libmain/Makefile.am new file mode 100644 index 000000000000..aebb1286e786 --- /dev/null +++ b/src/libmain/Makefile.am @@ -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 |