]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/README
added cdb stuff
[u/mrichter/AliRoot.git] / build / README
index 436aa1161170fbe52e6ce152e8d01c085a0124f8..4ea467c323142b31e2b54a6cc52436a78cdfa0c8 100644 (file)
@@ -83,7 +83,7 @@ If the library (or binary) uses include files in other directories
 than its own it should be specified in the variable EHDRS (for
 External headers). By default the Makefile.flat will look in
 $ALICE_ROOT, $ALICE_ROOT/MODULE (in this case $ALICE_ROOT/STEER),
-$ROOTSYS/inlude and in $ALICE_ROOT/include. If more include
+$ROOTSYS/include and in $ALICE_ROOT/include. If more include
 directories is needed it can be specified with the variable
 EINCLUDE. *DO NOT* put the -I flag it will be put automatically, just
 write the name of the directory. To have extra parameters passed to
@@ -108,9 +108,9 @@ SHLIB and binaries against LIBS. If desired extra libraries can be
 specified with the ELIBS variable. *DO NOT* specify the -l flag, just
 write the library like
 
-ELIBS:= CONTAINERS
+ELIBS:= TPC
 
-this will be translated into -lCONTAINERS
+this will be translated into -lTPC
 
 Extra library directories can be specified with ELIBSDIR