Disabled shared libaries in libmaxsi by default.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-01-08 15:49:33 +01:00
parent 145da20c04
commit 7cd5363af8
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ sortix-sound.h \
OBJS:=$(LIBMAXSIOBJS)
BINS:=
ifndef LIBMAXSI_SHARED
LIBMAXSI_NO_SHARED=1
endif
ifndef LIBMAXSI_NO_SHARED
BINS:=$(BINS) libmaxsi.so
endif