]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/MakefileDA
Added FF task from Swensy, to be merged with Bastian's
[u/mrichter/AliRoot.git] / build / MakefileDA
index 4858c3d48469f077e2dbf05a0f70465c10b6d731..3d11626a9c6c6ecb942c41bb714d653ef9715599 100644 (file)
@@ -88,7 +88,7 @@ SYSLIBS=-ldl -lpthread $(shell xml2-config --libs)
 
 MONITORLIBS=$(shell date-config --monitorlibs=noshift)
 
-ALIROOTALIBS=$(RAWDatabaseALIB) $(RAWDatarecALIB) $(RAWDatasimALIB) $(STEERBaseALIB) $(STEERALIB) $(CDBALIB) $(ESDALIB) $(AODALIB)
+ALIROOTALIBS=$(RAWDatabaseALIB) $(RAWDatarecALIB) $(RAWDatasimALIB) $(STEERBaseALIB) $(STEERALIB) $(CDBALIB) $(ESDALIB) $(AODALIB) $(STATALIB)
 
 ALIROOTALIBS+=$($(DAMODULE)ALIBS)
 
@@ -265,6 +265,9 @@ $(DASPECFILE): $(DATARGETDIR)
        @echo "# Do not modify following scripts" >> $@
        @echo "#################################################################" >> $@
        @echo "" >> $@
+       @echo "%define debug_package %{nil}" >> $@
+       @echo "%define __os_install_post %{nil}" >> $@
+       @echo "" >> $@
        @echo "# here is defined the installation root directory" >> $@
        @echo "%define pkgname %{name}-%{version}" >> $@
        @echo "%define destdir %{prefix}" >> $@