mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-12 16:18:40 +01:00
to include lib path into the run path
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
CC = g++
|
CC = g++
|
||||||
CXX = $(CC)
|
CXX = $(CC)
|
||||||
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
|
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
|
||||||
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
|
LDFLAGDET = -L$(LIBDIR) -Wl,-rpath=$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
|
||||||
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
|
LDFLAGRXR = -L$(LIBDIR) -Wl,-rpath=$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
|
||||||
FLAGS= -Wall #-DEIGER_DEBUG2 -DEIGER_DEBUG -DEIGER_DEBUG3 #-DFIFO_DEBUG
|
FLAGS= -Wall #-DEIGER_DEBUG2 -DEIGER_DEBUG -DEIGER_DEBUG3 #-DFIFO_DEBUG
|
||||||
# -DVERBOSE
|
# -DVERBOSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user