forked from lix-project/lix
9 lines
223 B
Makefile
9 lines
223 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
|