about summary refs log blame commit diff
path: root/src/nix-setuid-helper/Makefile.am
blob: a0fbdf39d61ba7f5ff0cf81cc85658296e257da0 (plain) (tree)
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 ${aterm_lib}

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