debugcode

This commit is contained in:
Arnout Engelen
2004-09-17 23:31:56 +00:00
parent 08f83c4435
commit efb6667488
3 changed files with 19 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ connection.o: connection.cpp connection.h nethogs.h
hashtbl.o: hashtbl.cpp hashtbl.h nethogs.h
$(GCC) $(CFLAGS) -c hashtbl.cpp
decpcap.o: decpcap.c decpcap.h
gcc $(CFLAGS) -c decpcap.c
gcc-3.3 $(CFLAGS) -c decpcap.c
cui.o: cui.cpp cui.h nethogs.h
$(GCC) $(CFLAGS) -c cui.cpp -DVERSION=\"$(VERSION)\" -DSUBVERSION=\"$(SUBVERSION)\" -DMINORVERSION=\"$(MINORVERSION)\"