* Do not use version numbering in library names

* Remove DESTDIR in swig/config.mk.acr
This commit is contained in:
pancake 2010-03-14 22:19:58 +01:00
parent 719379ac8f
commit 9e8f0be91b
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ real_all all: ${LIBSO} ${LIBAR} ${EXTRA_TARGETS}
SRC=$(subst .o,.c,$(OBJ))
# TODO: 0 -> version
LIBNAME=-Wl,-soname,${LIBSO}.0
LIBNAME=-Wl,-soname,${LIBSO}
ifeq ($(WITHPIC),1)
${LIBSO}: ${OBJ}

View File

@ -1,4 +1,3 @@
DESTDIR=@DESTDIR@
PREFIX=@PREFIX@
VERSION=@VERSION@