blob: 0490e3a11edab64f13d4e1a29fb16ee8e8637d49 [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