removed netstat's inodeproc

This commit is contained in:
Arnout Engelen
2005-01-15 12:31:03 +00:00
parent f81fea0805
commit 4ce9f4fb1f
2 changed files with 1 additions and 244 deletions

View File

@@ -33,7 +33,7 @@ refresh.o: refresh.cpp refresh.h nethogs.h
$(GCC) $(CFLAGS) -c refresh.cpp
structs.o: structs.cpp structs.h nethogs.h
$(GCC) $(CFLAGS) -c structs.cpp
process.o: process.cpp process.h inodeproc.cpp nethogs.h
process.o: process.cpp process.h nethogs.h
$(GCC) $(CFLAGS) -c process.cpp
packet.o: packet.cpp packet.h nethogs.h
$(GCC) $(CFLAGS) -c packet.cpp