diff Makefile @ 384:40b95d677f68

Fix build.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 13 Oct 2011 18:07:33 +0300
parents 937db3c2465f
children 3e64acb433e8
line wrap: on
line diff
--- a/Makefile	Mon Oct 03 18:21:10 2011 +0300
+++ b/Makefile	Thu Oct 13 18:07:33 2011 +0300
@@ -6,7 +6,7 @@
 # C-compiler, flags and linker flags
 CC=gcc
 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
-LDFLAGS=-lcurses
+LDFLAGS=-lncurses
 
 #CFLAGS += -DHAVE_STDINT_H
 #CFLAGS += -DHAVE_SYS_TYPES_H