]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - wme_test/Makefile.std
wme_test: GUI may be enabled in both FRSH/non-FRSH version by -G switch
[frescor/fwp.git] / wme_test / Makefile.std
index 75ce0d56d88850cfd938629e9a40effd0c44376d..58b3f72b4ba8165b0e6daaf84b7bdd2767c3fd57 100644 (file)
@@ -5,7 +5,7 @@ PROGS = wserver wclient schedlat
 all: $(PROGS) 
 .PHONY:all
 
-LDFLAGS = -lpthread  -lrt 
+LDFLAGS = -lpthread  -lrt -lncurses
 CFLAGS += -Wall -D_REENTRANT -g -O2
 ifdef DEBUG
 CFLAGS += -DDEBUG=1