2003-11-18 11:38:25 +00:00
|
|
|
bin_PROGRAMS = nix-store
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2012-10-03 20:37:06 +00:00
|
|
|
nix_store_SOURCES = \
|
|
|
|
nix-store.cc dotgraph.cc dotgraph.hh \
|
2010-05-31 16:36:24 +00:00
|
|
|
xmlgraph.cc xmlgraph.hh
|
|
|
|
|
2005-07-22 14:52:45 +00:00
|
|
|
nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
|
2012-05-30 04:00:02 +00:00
|
|
|
../boost/format/libformat.la -lbz2
|
2003-10-20 10:05:01 +00:00
|
|
|
|
|
|
|
AM_CXXFLAGS = \
|
2010-03-02 15:58:13 +00:00
|
|
|
-I$(srcdir)/.. -I$(srcdir)/../libutil \
|
2006-05-12 11:47:45 +00:00
|
|
|
-I$(srcdir)/../libstore -I$(srcdir)/../libmain
|