0.9pre4.
Merged in FreeBSD fixes.
This commit is contained in:
5
Makefile
5
Makefile
@@ -17,6 +17,7 @@ CFLAGS += -I/usr/include/pcap
|
||||
# directories:
|
||||
#LDFLAGS += -L/usr/local/lib
|
||||
# LDFLAGS += -pg -a
|
||||
LDFLAGS += -pthread
|
||||
|
||||
# PREFIX specifies the base directory for the installation.
|
||||
PREFIX = /usr/local
|
||||
@@ -30,10 +31,10 @@ MANDIR = man
|
||||
#MANDIR = share/man # FHS-ish
|
||||
|
||||
# You shouldn't need to change anything below this point.
|
||||
VERSION = 0.9pre3
|
||||
VERSION = 0.9pre4
|
||||
CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\""
|
||||
LDFLAGS += -g
|
||||
LDLIBS += -lpcap -lpthread -lcurses -lm
|
||||
LDLIBS += -lpcap -lcurses -lm
|
||||
|
||||
SRCS = iftop.c addr_hash.c hash.c ns_hash.c resolver.c ui.c util.c sorted_list.c\
|
||||
options.c serv_hash.c threadprof.c
|
||||
|
||||
Reference in New Issue
Block a user