# HG changeset patch # User Markus Bröker # Date 1290123266 -3600 # Node ID a54dcc86addbc4e97eb9bbc69c6c4c9cd8216aaa # Parent 142730cfeceec9d483a23b975f81c5eb67d48fd7 cunit needs libcunit and libncurses committer: Markus Bröker diff --git a/Makefile b/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 $< ...