lix/src/nix-setuid-helper/Makefile.am

9 lines
240 B
Makefile
Raw Normal View History

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