forked from lix-project/lix
594eaddd11
--enable-shared. * In libutil/libstore/libexpr etc., link against sqlite and aterm. * Some more header file hygiene.
8 lines
220 B
Makefile
8 lines
220 B
Makefile
libexec_PROGRAMS = nix-setuid-helper
|
|
|
|
nix_setuid_helper_SOURCES = nix-setuid-helper.cc
|
|
nix_setuid_helper_LDADD = ../libutil/libutil.la \
|
|
../boost/format/libformat.la
|
|
|
|
AM_CXXFLAGS = -I$(srcdir)/.. -I$(srcdir)/../libutil
|