From 4722d3bac43062a9213a08ed2435b8ef9b426789 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:52:34 +0200 Subject: privs: move drop_privileges out of xutils Again, also to be able to maintain this more easily. Signed-off-by: Daniel Borkmann --- trafgen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen') diff --git a/trafgen/Makefile b/trafgen/Makefile index 2bb1a2f..2df9dbf 100644 --- a/trafgen/Makefile +++ b/trafgen/Makefile @@ -5,6 +5,7 @@ trafgen-libs = $(shell pkg-config --libs libnl-3.0) \ trafgen-objs = xmalloc.o \ ioops.o \ xutils.o \ + privs.o \ dev.o \ irq.o \ str.o \ -- cgit v1.2.3-54-g00ecf