]> 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 2f8198add8bdd7c0ff0da622fcdeebf228deb55d..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
@@ -65,5 +66,5 @@ $(COMPILE_INFO): $(libHLTbase_la_SOURCES) $(pkginclude_HEADERS) $(noinst_HEADERS
        @echo '//automatically generated compilation info' > $@
        @echo '//!!! DO NOT EDIT THIS FILE !!!' >> $@
        @echo '//add changes in Makefile.am' >> $@
-       @echo 'void $(MODULE)CompileInfo( char*& date, char*& time)' >> $@
+       @echo 'void $(MODULE)CompileInfo(const char*& date, const char*& time)' >> $@
        @echo '{date=__DATE__; time=__TIME__; return;}' >> $@