mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
8 lines
253 B
Makefile
8 lines
253 B
Makefile
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
|