3 # Build optional components (eg, may depend on third-party libraries)
4 # -----------------------------------------------------------------------------
5 cd ${0%/*} ||
exit 1 # run from this directory
8 # if the library built properly, the headers should exist too
9 if [ -e $LIBCCMIO_LIB_DIR/libccmio.so
]
14 # ----------------------------------------------------------------- end-of-file