From 8c490a36b0eeefea117b6b5397d17b832d64b549 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Wed, 1 Feb 1995 04:06:37 +0000 Subject: Implemented height field for text fields so they can now be more than one line long. Fixed a bug in the input field with cursor positioning at the end of the field. Make the print_status function available to apps so they can print status messages. Updated the example for the new fib parser. --- lib/libforms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libforms/Makefile') diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index f454766e3971..7ed0abfa1496 100644 --- a/lib/libforms/Makefile +++ b/lib/libforms/Makefile @@ -2,7 +2,7 @@ LIB = forms SRCS = forms.c -CFLAGS += -I. -I${.CURDIR} -Wall +CFLAGS += -I. -I${.CURDIR} -Wall -g beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \ -- cgit v1.3