]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
HEADERS = AliPythia.h required by na6i
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Aug 2000 12:37:17 +0000 (12:37 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Aug 2000 12:37:17 +0000 (12:37 +0000)
EVGEN/Makefile

index 0c0ed4ff581675dc5378c36a5ed5a573619ea91c..f0e95d6a142acafa1cc3da7edf2b20846e210537 100644 (file)
@@ -64,10 +64,15 @@ $(DICT):                            $(HDRS)
 
 depend:                                        $(SRCS)
 
-TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
+HEADERS       = AliPythia.h
+
+TOCLEAN              = $(OBJS) *Cint.cxx *Cint.h
 
 CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
 
+
+
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros