summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-08-07 09:45:34 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-08-07 09:45:34 +0200
commit841bfc6b2b195f0263c1a147e7cac2416eb50916 (patch)
treecb6906c6bc6cf87ede30e21709f03610108ba0a5 /flowtop
parent78c1813f0ff56e6aa2edbbc70aeffebbc4ca4773 (diff)
flowtop: Remove tprintf.o from object dependencies
The tprintf module isn't used in flowtop, no need to link it in. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop')
-rw-r--r--flowtop/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile
index edb5829..cb57cb3 100644
--- a/flowtop/Makefile
+++ b/flowtop/Makefile
@@ -20,7 +20,6 @@ flowtop-objs = xmalloc.o \
link.o \
hash.o \
lookup.o \
- tprintf.o \
screen.o \
die.o \
sysctl.o \