changed client makefile since its directory has changed relatively

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@410 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2012-12-17 14:35:16 +00:00
parent 3d6530f043
commit 2f058c89a6

View File

@ -7,10 +7,10 @@ CFLAGS= -DC_ONLY
INCLUDES?= -I../slsDetectorSoftware/commonFiles -I../slsDetectorSoftware/slsDetector -I ../slsDetectorSoftware/MySocketTCP -I../slsDetectorSoftware/usersFunctions -I../slsDetectorSoftware/multiSlsDetector -I../slsDetectorSoftware/slsDetectorAnalysis -I../slsDetectorSoftware/slsReceiverInterface -I$(shell echo "/lib/modules/`uname -r`/build/include")
INCLUDES?= -I../commonFiles -I../slsDetector -I ../MySocketTCP -I../usersFunctions -I../multiSlsDetector -I../slsDetectorAnalysis -I../slsReceiverInterface -I$(shell echo "/lib/modules/`uname -r`/build/include")
LIBDIR?=../slsDetectorSoftware/
LIBDIR?=../
LIBS?= -L$(LIBDIR) -lSlsDetector
LDFLAG= -L/usr/lib64/ -lpthread
@ -36,7 +36,7 @@ nonstatic: clients
lib:
cd ../slsDetectorSoftware && $(MAKE) DESTDIR=$(LIBDIR)
cd ../ && $(MAKE) DESTDIR=$(LIBDIR)