]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
removed libefence, added textbox.o
authorewt <ewt>
Wed, 17 Apr 1996 00:41:49 +0000 (00:41 +0000)
committerewt <ewt>
Wed, 17 Apr 1996 00:41:49 +0000 (00:41 +0000)
Makefile

index 3c5643e63888ce4cc6493e2b62502afd8d9586d5..557f2083cc0fd6c03d93c0415065741183f86f65 100644 (file)
--- 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