nix-super/src/libstore/Makefile.am

11 lines
312 B
Makefile
Raw Normal View History

2003-11-18 12:55:27 +02:00
noinst_LIBRARIES = libstore.a
2003-10-20 13:05:01 +03:00
2003-11-18 12:55:27 +02:00
libstore_a_SOURCES = \
2003-11-25 15:01:21 +02: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 13:05:01 +03:00
AM_CXXFLAGS = -Wall \
-I.. ${bdb_include} ${aterm_include} -I../libutil