mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
8 lines
223 B
Makefile
8 lines
223 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
|
|
|
|
AM_CXXFLAGS = \
|
|
-I$(srcdir)/.. -I$(srcdir)/../libutil
|