about summary refs log tree commit diff
path: root/src/nix-setuid-helper/Makefile.am
blob: afff2bde7c134af3f11b7f570d5fdf6a480f5376 (plain) (blame)
1
2
3
4
5
6
7
8
libexec_PROGRAMS = nix-setuid-helper

nix_setuid_helper_SOURCES = main.cc
nix_setuid_helper_LDADD = ../libutil/libutil.la \
 ../boost/format/libformat.la ${aterm_lib}

AM_CXXFLAGS = \
 -I$(srcdir)/.. $(aterm_include) -I$(srcdir)/../libutil