makefile changed

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@28 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
bergamaschi
2012-11-21 09:00:59 +00:00
parent bc1c3522d8
commit 2ba3823c69
2 changed files with 96 additions and 57 deletions

4
configure vendored
View File

@ -33,7 +33,7 @@ fi
echo "LIBDIR will be \"$LIBDIR\""
export LIBDIR
: ${INCDIR="include/slsDetector"}
: ${INCDIR="include"}
read -p "Includes directory [default:\"$INCDIR\"]:" -e t6
if [ -z "$t6" ]
then
@ -44,7 +44,7 @@ fi
echo "INCDIR will be \"$INCDIR\""
export INCDIR
: ${DOCDIR="share/doc"}
: ${DOCDIR="doc"}
read -p "Documentation directory [default:\"$DOCDIR\"]:" -e t7
if [ -z "$t7" ]
then