From: ewt Date: Tue, 26 Mar 1996 04:12:55 +0000 (+0000) Subject: added label.c X-Git-Tag: 0-1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f17b9c05393e03637e8c847f64bace1383979e;p=thirdparty%2Fnewt.git added label.c --- 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