8 lines
267 B
Makefile
8 lines
267 B
Makefile
bin_PROGRAMS = nix-hash
|
|
|
|
nix_hash_SOURCES = nix-hash.cc
|
|
nix_hash_LDADD = ../libmain/libmain.a ../libnix/libnix.a ../boost/format/libformat.a \
|
|
-L../../externals/inst/lib -ldb_cxx -lATerm
|
|
|
|
AM_CXXFLAGS = \
|
|
-I.. -I../../externals/inst/include -I../libnix -I../libmain
|