From 5e82b50a006945cddc85cdaf64b089df77839429 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Fri, 12 May 2017 15:29:34 +0200 Subject: [PATCH] to not include hdf5 if no is given in Makefile.include --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 3012b5c2f..10383d97f 100755 --- a/Makefile.include +++ b/Makefile.include @@ -7,7 +7,7 @@ CXX = $(CC) ASM=$(shell echo "/lib/modules/`uname -r`/build/include") LDFLAGDET = -L$(LIBDIR) -Wl,-rpath=$(LIBDIR) -lSlsDetector -L/usr/lib64/ -pthread LDFLAGRXR = -L$(LIBDIR) -Wl,-rpath=$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -pthread -FLAGS= -Wall -pthread -DHDF5C #-DEIGER_DEBUG2 +FLAGS= -Wall -pthread #-DEIGER_DEBUG2 # -DVERBOSE # Setting up the verbose flags