Build dynamically on solaris, since static build fails to find libtiff and libjpeg

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8187 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2009-01-14 23:56:11 +00:00
parent 945b41e2b0
commit b1caf66c98
+4 -2
View File
@@ -12,8 +12,10 @@ include $(TOP)/configure/CONFIG_APP
# before this takes effect.
#IOCS_APPL_TOP = <the top of the application as seen by the IOC>
STATIC_BUILD=YES
ifeq (Darwin, $(OS_CLASS))
STATIC_BUILD=NO
else
STATIC_BUILD=YES
endif
ifeq (solaris, $(OS_CLASS))
STATIC_BUILD=NO
endif