1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/libmain/Makefile.am

13 lines
322 B
Makefile
Raw Normal View History

2003-10-20 06:05:01 -04:00
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\" \
2003-11-18 05:55:27 -05:00
-I.. -I../../externals/inst/include -I../libutil -I../libstore
2003-10-20 06:05:01 -04:00
EXTRA_DIST = *.hh