Added SHARED_LIBRARIES=NO for Linux

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@11904 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2010-11-01 17:38:34 +00:00
parent f047ee3c13
commit 282c3b9fd1

View File

@@ -18,6 +18,7 @@ ifeq (Darwin, $(OS_CLASS))
endif
ifeq (Linux, $(OS_CLASS))
STATIC_BUILD=YES
SHARED_LIBRARIES=NO
endif
ifeq (solaris, $(OS_CLASS))
STATIC_BUILD=YES