]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
PAR: check for FastJet in PAR's Makefile
authordberzano <dario.berzano@cern.ch>
Thu, 29 Jan 2015 14:59:33 +0000 (15:59 +0100)
committerdberzano <dario.berzano@cern.ch>
Thu, 29 Jan 2015 18:44:12 +0000 (19:44 +0100)
cmake/PARfiles/Makefile.in

index 3cf97d0f8a3b14548b97e598d7779ab0d83add10..6066e593637f6011b6fa9b93b10eb40c06d75395 100644 (file)
@@ -25,6 +25,9 @@ PAR_SOFLAGS = $(SOFLAGS) $(LDFLAGS)
 # Get some ROOT build flags from the current installation
 ROOT_DEFINES += $(shell root-config --features | grep -q xml && echo '-DWITHXML')
 ROOT_DEFINES += $(shell root-config --features | grep -q alien && echo '-DWITHALIEN')
+ifneq ($(FASTJET),)
+       ROOT_DEFINES += -DHAVE_FASTJET
+endif
 
 # Exclude generated dictionaries from the list of sources
 SRCS := @PARSOURCES_FLAT@