compiling with and without root defined in makefile.include

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@269 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2014-04-09 10:29:11 +00:00
parent 02c4a5e18e
commit 9c5e2aa5b7
2 changed files with 2 additions and 4 deletions

View File

@ -13,6 +13,8 @@ INCLUDES ?= $(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYD
ifeq ( $(EIGERSLS), yes)
LDFLAG += $(EIGERFLAGS)
else ifeq ( $(ROOTSLS), yes)
LDFLAG += $(ROOTFLAGS)
endif
.PHONY: all lib clean mm doc htmldoc guiclient