From: ewt Date: Sun, 31 Mar 1996 02:14:47 +0000 (+0000) Subject: added scrollbar.o X-Git-Tag: 0-1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf708777f441deedc19b1a5c28995b676ff729f1;p=thirdparty%2Fnewt.git added scrollbar.o --- diff --git a/Makefile b/Makefile index 6b57dda..8162326 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -OBJS = newt.o test.o button.o form.o checkbox.o entry.o label.o listbox.o +OBJS = newt.o test.o button.o form.o checkbox.o entry.o label.o listbox.o \ + scrollbar.o LIBS = -lslang -lm -lefence CFLAGS = -g -Wall