comparison Makefile @ 384:40b95d677f68

Fix build.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 13 Oct 2011 18:07:33 +0300
parents 937db3c2465f
children 3e64acb433e8
comparison
equal deleted inserted replaced
383:6d3ce7f28b65 384:40b95d677f68
4 # 4 #
5 5
6 # C-compiler, flags and linker flags 6 # C-compiler, flags and linker flags
7 CC=gcc 7 CC=gcc
8 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES 8 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
9 LDFLAGS=-lcurses 9 LDFLAGS=-lncurses
10 10
11 #CFLAGS += -DHAVE_STDINT_H 11 #CFLAGS += -DHAVE_STDINT_H
12 #CFLAGS += -DHAVE_SYS_TYPES_H 12 #CFLAGS += -DHAVE_SYS_TYPES_H
13 13
14 # Miscellaneous 14 # Miscellaneous