about summary refs log tree commit diff
path: root/src/nix-setuid-helper/Makefile.am
blob: a04701636d84d468fd4b3a31a65a86a35d98c626 (plain) (blame)
1
2
3
4
5
6
7
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