forked from lix-project/lix
9 lines
307 B
Makefile
9 lines
307 B
Makefile
bin_PROGRAMS = nix-hash
|
|
|
|
nix_hash_SOURCES = nix-hash.cc
|
|
nix_hash_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \
|
|
../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm
|
|
|
|
AM_CXXFLAGS = \
|
|
-I.. -I../../externals/inst/include -I../libutil -I../libstore -I../libmain
|