]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
changed VERSION to 0.3, fixed soname stuff
authorewt <ewt>
Tue, 6 Aug 1996 20:23:00 +0000 (20:23 +0000)
committerewt <ewt>
Tue, 6 Aug 1996 20:23:00 +0000 (20:23 +0000)
Makefile

index 735c812226d1cb777a06832018cd9de1853cd5df..dd9503609347ecfcca53cf74e2fb4e06f4e736c3 100644 (file)
--- 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