From: ewt Date: Tue, 6 Aug 1996 20:23:00 +0000 (+0000) Subject: changed VERSION to 0.3, fixed soname stuff X-Git-Tag: v0-9~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06daafefabbc38acf02a5144a10e1137e67df41a;p=thirdparty%2Fnewt.git changed VERSION to 0.3, fixed soname stuff --- diff --git a/Makefile b/Makefile index 735c812..dd95036 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,14 @@ LIBS = -L. -lnewt -lslang -lm #-lefence CFLAGS = -g -Wall -VERSION = 0.2 +VERSION = 0.3 +SONAME = 0 PROGS = test OBJS = test.o LIBNEWT = libnewt.a -LIBNEWTSH = libnewt.so.0.1 -LIBNEWTSONAME = libnewt.so.0 +LIBNEWTSH = libnewt.so.$(VERSION) +LIBNEWTSONAME = libnewt.so.$(SONAME) LIBOBJS = newt.o button.o form.o checkbox.o entry.o label.o listbox.o \ scrollbar.o textbox.o