fix a compilation issue on linux (include termcap lib)

This commit is contained in:
skamkar 2009-07-03 10:13:20 +00:00
parent 8f61ef56ed
commit 93f36463fb

View file

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