termcap is deprecated and doesn't seem to be needed anyway

This commit is contained in:
henryk@ploetzli.ch 2009-08-28 00:35:27 +00:00
parent e73e717239
commit 47c872f48f

View file

@ -1,4 +1,4 @@
LDFLAGS = -ltermcap -lusb -lreadline -lpthread -L/opt/local/lib
LDFLAGS = -lusb -lreadline -lpthread -L/opt/local/lib
CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function
CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall