X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FTPCLib%2FOnlineDisplay%2FMakefile.am;h=65096d1d8e3e8bd5742c8c80cefe34939bb0ee94;hp=96182a7e9ded114a4c3612291479d35ef9ab7b03;hb=4a6b48940e54afbc6492dcd01a393bac7deb50a7;hpb=13e7956b8ab5b88a4cd989fa7a730705350b26b6 diff --git a/HLT/TPCLib/OnlineDisplay/Makefile.am b/HLT/TPCLib/OnlineDisplay/Makefile.am index 96182a7e9de..65096d1d8e3 100644 --- a/HLT/TPCLib/OnlineDisplay/Makefile.am +++ b/HLT/TPCLib/OnlineDisplay/Makefile.am @@ -23,11 +23,7 @@ libAliHLTTPCDisplay_la_SOURCES = AliHLTTPCDisplayMain.cxx \ # class header files, the link definition for the root dictionary # will be created from the names of the header files -CLASS_HDRS = - - -pkginclude_HEADERS = $(CLASS_HDRS) \ - AliHLTTPCDisplayMain.h \ +CLASS_HDRS = AliHLTTPCDisplayMain.h \ AliHLTTPCDisplay.h \ AliHLTTPCDisplay3D.h \ AliHLTTPCDisplayCharge.h \ @@ -38,6 +34,7 @@ pkginclude_HEADERS = $(CLASS_HDRS) \ +pkginclude_HEADERS = $(CLASS_HDRS) # version info for the library libAliHLTTPCDisplay_la_LDFLAGS = -L@ROOTLIBDIR@ \ @@ -49,6 +46,10 @@ libAliHLTTPCDisplay_la_LDFLAGS = -L@ROOTLIBDIR@ \ # set the file name for the generated root dictionary DICTCPP = AliHLTTPCDisplay-DICT.cxx +# add additional include files which are necessary for the compilation of the +# dictionary files and which are not part of the CLASS_HDRS +DICTINCLUDE = AliHLTTPCSpacePointData.h \ + AliHLTTPCTrackArray.h nodist_libAliHLTTPCDisplay_la_SOURCES = $(DICTCPP) CLEANFILES =