From: ewt Date: Wed, 17 Apr 1996 00:41:49 +0000 (+0000) Subject: removed libefence, added textbox.o X-Git-Tag: 0-1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0098e09ba06a976868b567db12017c89febf72f1;p=thirdparty%2Fnewt.git removed libefence, added textbox.o --- diff --git a/Makefile b/Makefile index 3c5643e..557f208 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LIBS = -L. -lnewt -lslang -lm -lefence +LIBS = -L. -lnewt -lslang -lm #-lefence CFLAGS = -g -Wall VERSION = 0.1 @@ -7,7 +7,7 @@ PROGS = test OBJS = test.o LIBNEWT = libnewt.a LIBOBJS = newt.o button.o form.o checkbox.o entry.o label.o listbox.o \ - scrollbar.o + scrollbar.o textbox.o prefix = /usr includedir = $(prefix)/include