]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - OADB/Makefile
fix typo
[u/mrichter/AliRoot.git] / OADB / Makefile
index 66ad06bab5d84926915f83532ce51b54a3323afa..358160233d6a7f6ee2c114a10dba3d9604dfe8c7 100644 (file)
@@ -1,6 +1,6 @@
 PACKAGE = invalid-only-for-proof
 
-include Makefile.arch
+include $(ROOTSYS)/etc/Makefile.arch
 
 SRCS     = $(wildcard *.cxx */*.cxx)
 HDRS     = $(SRCS:.cxx=.h)
@@ -13,6 +13,14 @@ endif
 
 ALICEINC = -I.
 
+ifneq ($(ESD_INCLUDE),)
+   ALICEINC += -I../$(ESD_INCLUDE) 
+endif
+
+ifneq ($(AOD_INCLUDE),)
+   ALICEINC += -I../$(AOD_INCLUDE) 
+endif
+
 ifneq ($(STEERBase_INCLUDE),)
    ALICEINC += -I../$(STEERBase_INCLUDE)
 endif
@@ -26,11 +34,11 @@ ifneq ($(OADB_INCLUDE),)
 endif
 
 # only if no par file was loaded before
-#ifeq ($(ALICEINC),-I.)
+ifeq ($(ALICEINC),-I.)
   ifneq ($(ALICE_ROOT),)
     ALICEINC += -I$(ALICE_ROOT)/include
   endif
-#endif
+endif