diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-08-07 09:45:34 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-08-07 09:45:34 +0200 |
commit | 841bfc6b2b195f0263c1a147e7cac2416eb50916 (patch) | |
tree | cb6906c6bc6cf87ede30e21709f03610108ba0a5 | |
parent | 78c1813f0ff56e6aa2edbbc70aeffebbc4ca4773 (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>
-rw-r--r-- | flowtop/Makefile | 1 |
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 \ |