From: ewt Date: Wed, 27 Mar 1996 17:46:05 +0000 (+0000) Subject: added listbox.o X-Git-Tag: 0-1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e85cb8f6efd4cfb99e3f4ac7e567cd8f340f9bf;p=thirdparty%2Fnewt.git added listbox.o --- diff --git a/Makefile b/Makefile index b129f23..6b57dda 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OBJS = newt.o test.o button.o form.o checkbox.o entry.o label.o +OBJS = newt.o test.o button.o form.o checkbox.o entry.o label.o listbox.o LIBS = -lslang -lm -lefence CFLAGS = -g -Wall