#!/bin/sh

# The following should be changed to point to the correct places
#

# The following symlink if for Castor include files
#
rm ./CASTOR2
ln -s /afs/cern.ch/project/castor/www/Release/CASTOR2

# The following symlink is for Castor shared libraries
#
rm ./CASTOR2LIB
ln -s /afs/cern.ch/sw/lcg/external/castor/2.1.2-4/slc3_ia32_gcc323/usr/lib CASTOR2LIB
