]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/Makefile.am
Cluster indices are published via AliKalmanTrack::GetClusterIndex()
[u/mrichter/AliRoot.git] / HLT / BASE / Makefile.am
index b9380dea6e8e62d6b8b4fcbe71390a585adcb118..a474be4791e60e925f3ddbc05db4ce9e5fbf9f4c 100644 (file)
@@ -22,7 +22,7 @@ bin_SCRIPTS                   = setenv.sh setenv.csh
 lib_LTLIBRARIES                        =  libHLTbase.la
 
 # version info for the library
-LIBRARY_VERSION                        = '6:0:3'
+LIBRARY_VERSION                        = '9:0:0'
 
 # MODDIR is set by the AliRoot build system and denotes the topdir
 # of the module, we must set it since the package definition libHLTbase.pkg
@@ -47,6 +47,7 @@ pkginclude_HEADERS            = $(MODULE_HDRS)
 # linker flags
 libHLTbase_la_LDFLAGS          = -L@ROOTLIBDIR@ \
                                  @ROOTLIBS@ \
+                                 @ALIHLTBASE_LIBS@ \
                                  -version-info $(LIBRARY_VERSION)
 
 # automatic generation of data and time of library build