--- yoda/event/physics/tof/Makefile.am 2005/05/28 10:44:14 4.4 +++ yoda/event/physics/tof/Makefile.am 2006/09/21 13:10:13 6.2 @@ -3,18 +3,12 @@ LDFLAGS = @ROOT_LDFLAGS@ YODA_HEADER_FILES = TofEvent.h -yodaincdir = $(includedir)/yoda/event/physics/tof +yodaincdir = $(includedir)/yoda/physics/tof yodainc_HEADERS = ${YODA_HEADER_FILES} YODA_SOURCES = TofEvent.cpp -BUILT_SOURCES = TofEventDict.cpp TofEventDict.h noinst_LTLIBRARIES = libtofevent.la libtofevent_la_SOURCES = ${YODA_HEADER_FILES} \ - ${YODA_SOURCES} \ - ${BUILT_SOURCES} \ - LinkDef.h - -TofEventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h - rootcint -f $@ -c ${INCLUDES} $^ + ${YODA_SOURCES}