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

8 lines
220 B
Makefile
Raw Normal View History

libexec_PROGRAMS = nix-setuid-helper
2006-12-07 20:47:30 +00:00
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