]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added geometry browser classes (TG4Editor, TG4GUI, TG4GeometryGUI, TG4GuiVolume)...
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Dec 2000 10:59:27 +0000 (10:59 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Dec 2000 10:59:27 +0000 (10:59 +0000)
TGeant4/Makefile

index 6693fc23e4d2e9d69972ef335d0c2c8058d55f7a..b68825e3b0604b7b96db7b0c046607b9c52a8c11 100644 (file)
@@ -31,7 +31,9 @@ HDRS          =  $(wildcard *.icc) $(wildcard *.h)
 
 ifneq ($(ALICE_TARGET),OSF1)
 DICT          = TGeant4Cint.cxx
-DICTH         = TGeant4.h TG4VRunConfiguration.h TGeant4LinkDef.h
+DICTH         = TGeant4.h TG4VRunConfiguration.h \
+               TG4Editor.h TG4GUI.h TG4GeometryGUI.h TG4GuiVolume.h \
+               TGeant4LinkDef.h
 DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
 endif