blob: 6605a76c2064f7b50e4c97f16d0ce8cd7b360377 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
noinst_LIBRARIES = libstore.a
libstore_a_SOURCES = \
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
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
-I.. -I../../externals/inst/include -I../libutil
|