1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libstore/Makefile.am

11 lines
331 B
Makefile
Raw Normal View History

2003-11-18 05:55:27 -05:00
noinst_LIBRARIES = libstore.a
2003-10-20 06:05:01 -04:00
2003-11-18 05:55:27 -05:00
libstore_a_SOURCES = \
2003-11-25 08:01:21 -05:00
store.cc store.hh storeexpr.cc storeexpr.hh \
normalise.cc normalise.hh exec.cc exec.hh \
globals.cc globals.hh db.cc db.hh \
references.cc references.hh pathlocks.cc pathlocks.hh
2003-10-20 06:05:01 -04:00
2003-11-18 05:47:59 -05:00
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
-I.. -I../../externals/inst/include -I../libutil