forked from lix-project/lix
5d2b424804
"i686-linux" instead of "i686-suse-linux").
11 lines
311 B
Makefile
11 lines
311 B
Makefile
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 = -Wall \
|
|
-I.. -I../../externals/inst/include -I../libutil
|