about summary refs log tree commit diff
path: root/src/libstore/Makefile.am
blob: 31735e8936c7f2ee6bb2bbe4d96a257d2764c0ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
noinst_LIBRARIES = libstore.a

libstore_a_SOURCES = \
 store.cc store.hh storeexpr.cc storeexpr.hh \
 normalise.cc misc.cc normalise.hh \
 globals.cc globals.hh db.cc db.hh \
 references.cc references.hh pathlocks.cc pathlocks.hh \
 gc.cc gc.hh

AM_CXXFLAGS = -Wall \
 -I.. ${bdb_include} ${aterm_include} -I../libutil