]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: header file was assigned to wrong variable in r34075
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Aug 2009 09:58:49 +0000 (09:58 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Aug 2009 09:58:49 +0000 (09:58 +0000)
HLT/libAliHLTTRD.pkg

index 1bcf010c4cd0a0f4fda38d1b7332cc3b8b0a8fbc..73512977b3c7a55e219410edff0613f16886d60a 100644 (file)
@@ -19,7 +19,6 @@ CLASS_HDRS:= \
 
 # library sources
 MODULE_SRCS= \
-       AliHLTTRDTrackletWordArray.h \
        $(CLASS_HDRS:.h=.cxx)
 
 # library headers
@@ -27,7 +26,9 @@ MODULE_SRCS= \
 # the CLASS_HDRS variable. So we just use the content of this. You
 # can simply add more header files which don't contain classes with
 # ROOT dictionary support
-MODULE_HDRS:=  $(CLASS_HDRS)
+MODULE_HDRS:= \
+       AliHLTTRDTrackletWordArray.h \
+       $(CLASS_HDRS)
 
 # The LinkDef file required by the ROOT dictionary generation can be
 # generated automatically. For the all header files specified in