blob: cbd54182f00934bc8e5ae444ae12ebaba942c0e0 [file] [log] [blame]
LEVEL = ../../
LIBRARYNAME=scutility
BUILD_ARCHIVE := 1
#
# Build shared libraries on all platforms except Cygwin and MingW (which do
# not support them).
#
ifneq ($(OS),Cygwin)
ifneq ($(OS),MingW)
SHARED_LIBRARY := 1
endif
endif
include $(LEVEL)/Makefile.common