cunit needs libcunit and libncurses
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Fri, 19 Nov 2010 00:34:26 +0100
changeset 155 a54dcc86addb
parent 154 142730cfecee
child 156 2898369b1cdc
cunit needs libcunit and libncurses committer: Markus Bröker <mbroeker@largo.homelinux.org>
Makefile
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@
 #needs xpat
 TARGET += xmlparser
 
-# needs CUnit
+# needs CUnit, ncurses
 TARGET += cunit
 
 # needs postgresql
@@ -214,7 +214,7 @@
 
 cunit: cunit.o
 	@echo Linking $< ...
-	@$(CC) $(LDFLAGS) -o $@ $< -lcunit
+	@$(CC) $(LDFLAGS) -o $@ $< -lcunit -lncurses
 
 md5: md5.o
 	@echo Linking $< ...