From 84f17b9c05393e03637e8c847f64bace1383979e Mon Sep 17 00:00:00 2001 From: ewt Date: Tue, 26 Mar 1996 04:12:55 +0000 Subject: [PATCH] added label.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 811994c..b129f23 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OBJS = newt.o test.o button.o form.o checkbox.o entry.o +OBJS = newt.o test.o button.o form.o checkbox.o entry.o label.o LIBS = -lslang -lm -lefence CFLAGS = -g -Wall -- 2.47.2