]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using the same options for all the libraries
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Dec 2006 16:08:08 +0000 (16:08 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Dec 2006 16:08:08 +0000 (16:08 +0000)
HLT/libAliHLTSample.pkg
HLT/libHLTbase.pkg

index 60e979db855a508faea7d88451ed34f6e800acaa..8aa18282636b619e440a9f162fa2c88e46cf25ab 100644 (file)
@@ -1,6 +1,8 @@
 #-*- Mode: Makefile -*-
 # $Id: 
 
+include HLT/hlt.conf
+
 # This files defines the source and header files for the
 # libAliHLTSample library and additional flags for the compilation
 # and linking process. For further information refer to the 
@@ -38,10 +40,10 @@ CINTAUTOLINK:=
 # extra defines and flags for the AliRoot build system. NOTE: include
 # directories and linking flags/options must be specified in 
 # Makefile.am (stand-alone build system) and here (AliRoot).
-EDEFINE      :=
-PACKCXXFLAGS :=
-PACKCFLAGS   :=
-PACKDCXXFLAGS:=
+EDEFINE      := ${HLTDEFS}
+PACKCXXFLAGS := ${HLTCXXFLAGS}
+PACKCFLAGS   := ${HLTCLFAGS}
+PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
 
 EINCLUDE := HLT/BASE
 
index 8db278e4bcf9a3b457525d0554a5d8241da0df2e..fc71c8d47754090264606b206bbd2b6ba72df366 100644 (file)
@@ -1,7 +1,7 @@
 #-*- Mode: Makefile -*-
 # $Id: 
 
-include $(MODDIR)/hlt.conf
+include HLT/hlt.conf
 
 MODULE_SRCS=   AliHLTComponent.cxx \
                AliHLTComponentHandler.cxx \