Index: trunk/Mars/Makefile
===================================================================
--- trunk/Mars/Makefile	(revision 17977)
+++ trunk/Mars/Makefile	(revision 17980)
@@ -87,4 +87,10 @@
 endif
 
+# Insert here "-I" and the path to your libnova installation, 
+# e.g. -ImyFolder/libnova/include.
+# Leave it empty, if libnova is installed 
+# to the default location (i.e. /usr/include/libnova).
+LIBNOVA_INCLUDE_PATH :=
+
 #LIBRARIES = $(SUBDIRS:%=lib/lib%.a)
 LIBRARIES := $(SUBDIRS:=.a)
Index: trunk/Mars/Makefile.rules
===================================================================
--- trunk/Mars/Makefile.rules	(revision 17977)
+++ trunk/Mars/Makefile.rules	(revision 17980)
@@ -39,5 +39,5 @@
 	@echo " - Generating dictionary $(CINT)Cint.cc"
 	rootcint -f $(CINT)Cint.cc \
-	-c $(INCLUDES) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h 
+	-c $(INCLUDES) $(LIBNOVA_INCLUDE_PATH) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h 
 
 %.d:
