--- yoda/event/physics/trigger/Makefile.am 2005/03/06 04:33:01 4.0 +++ yoda/event/physics/trigger/Makefile.am 2006/09/21 13:10:15 6.2 @@ -3,19 +3,12 @@ LDFLAGS = @ROOT_LDFLAGS@ YODA_HEADER_FILES = TriggerEvent.h -yodaincdir = $(includedir)/yoda/event/physics/trigger +yodaincdir = $(includedir)/yoda/physics/trigger yodainc_HEADERS = ${YODA_HEADER_FILES} YODA_SOURCES = TriggerEvent.cpp -BUILT_SOURCES = TriggerEventDict.cpp TriggerEventDict.h noinst_LTLIBRARIES = libtriggerevent.la libtriggerevent_la_SOURCES = ${YODA_HEADER_FILES} \ - ${YODA_SOURCES} \ - ${BUILT_SOURCES} \ - LinkDef.h - -TriggerEventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h - rootcint -f $@ -c ${INCLUDES} $^ - + ${YODA_SOURCES}