summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostyantyn Ovechko <fastinetserver@gmail.com>2010-07-12 08:04:59 +0300
committerKostyantyn Ovechko <fastinetserver@gmail.com>2010-07-12 08:04:59 +0300
commit3e628375bbe27352be1f35e9e5a2155dc63528f7 (patch)
tree9be1a45b32986231135f324a619c3a9571e91943 /tuiclient/Makefile
parentAdd colors to tuiclient interface (diff)
downloadidfetch-3e628375bbe27352be1f35e9e5a2155dc63528f7.tar.gz
idfetch-3e628375bbe27352be1f35e9e5a2155dc63528f7.tar.bz2
idfetch-3e628375bbe27352be1f35e9e5a2155dc63528f7.zip
Add scrolling to tuiclient
Diffstat (limited to 'tuiclient/Makefile')
-rw-r--r--tuiclient/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tuiclient/Makefile b/tuiclient/Makefile
index cfea393..f3176ee 100644
--- a/tuiclient/Makefile
+++ b/tuiclient/Makefile
@@ -1,4 +1,3 @@
-
BINS = tuiclient
OBJS = $(addsuffix .o,$(BINS))
PKGCONFIG_MODULES =
@@ -12,7 +11,7 @@ CXXFLAGS_OPT = -O2 -g
LIBS = $(LIBS_PKGCONFIG)
#CIBS = -lncurses
-CXXFLAGS = $(CXXFLAGS_PKGCONFIG) -lncurses $(CXXFLAGS_WARNINGS) $(CXXFLAGS_OPT)
+CXXFLAGS = $(CXXFLAGS_PKGCONFIG) -lncurses -lpthread $(CXXFLAGS_WARNINGS) $(CXXFLAGS_OPT)
all: clean $(BINS)