]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/hlteve.conf
removing hardcoded selection of 10 HLT DDL links, which triggered now a bug causing...
[u/mrichter/AliRoot.git] / HLT / hlteve.conf
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 # This files defines the configuration for the hlteve libraries
5 # which depend on the opengl  build of root. The source files are
6 # only defined if root is build with opengl
7
8 include $(MODDIR)/hlt.conf
9
10 ifneq ($(shell $(ROOTCONFIG) --has-opengl), no)
11
12 # library sources, generated from the class headers
13 MODULE_SRCS=    $(CLASS_HDRS:.h=.cxx)
14
15 # library headers
16 # in most cases you might have already added all the header files to
17 # the CLASS_HDRS variable. So we just use the content of this. You
18 # can simply add more header files which don't contain classes with
19 # ROOT dictionary support
20 MODULE_HDRS:=   $(CLASS_HDRS)
21
22 endif