about summary refs log tree commit diff
path: root/src/nix-setuid-helper/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-setuid-helper/Makefile.am')
-rw-r--r--src/nix-setuid-helper/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix-setuid-helper/Makefile.am b/src/nix-setuid-helper/Makefile.am
deleted file mode 100644
index a04701636d84..000000000000
--- a/src/nix-setuid-helper/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-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