blob: 35528458c5f666bf4df2e8eed2cf829e249a5f77 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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
|