From d4e73141dd3762467c4a0cb556d513da463db997 Mon Sep 17 00:00:00 2001 From: bergamaschi Date: Tue, 15 Feb 2011 16:28:02 +0000 Subject: [PATCH] mythenDetectorServer compiles in virtual mode git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@30 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/slsDetectorSoftware/Makefile b/slsDetectorSoftware/Makefile index d2b9ac2e6..035550446 100644 --- a/slsDetectorSoftware/Makefile +++ b/slsDetectorSoftware/Makefile @@ -21,6 +21,9 @@ doc: $(SRC_H) $(SRC_CLNT) + + + mythenServer: $(SRC_MYTHEN_SVC) $(CC) $(SRC_MYTHEN_SVC) $(CFLAGS) $(FLAGS) $(INCLUDES) -ImythenDetectorServer -D VIRTUAL -lm -D MCB_FUNCS -D C_ONLY mv a.out mythenServer