]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/JET/jet.conf
replacing calls to AliCDBManager::GetId after this has become privat in r57556
[u/mrichter/AliRoot.git] / HLT / JET / jet.conf
CommitLineData
33daad3d 1#-*- Mode: Makefile -*-
2# $Id: $
3
4ifneq ($(FASTJET),)
33daad3d 5 CLASS_HDRS += $(CLASS_HDRS_FJ)
6
7 HLTCXXFLAGS_FASTJET := -I${FASTJET}/include
c9b26f1b 8 HLTDEF_FASTJET := -DHAVE_FASTJET -DWITHFASTJET
527c2186 9 HLTSOFLAGS_FASTJET := -L$(FASTJET)/lib -lCGAL -lfastjet
33daad3d 10
11 CINTFLAGS += ${HLTCXXFLAGS_FASTJET} ${HLTDEF_FASTJET}
33daad3d 12endif