--- yoda/event/physics/calorimeter/Makefile.am 2005/03/06 04:33:01 4.0 +++ yoda/event/physics/calorimeter/Makefile.am 2006/09/21 13:10:12 6.2 @@ -3,20 +3,12 @@ LDFLAGS = @ROOT_LDFLAGS@ YODA_HEADER_FILES = CalorimeterEvent.h -yodaincdir = $(includedir)/yoda/event/physics/calorimeter +yodaincdir = $(includedir)/yoda/physics/calorimeter yodainc_HEADERS = ${YODA_HEADER_FILES} YODA_SOURCES = CalorimeterEvent.cpp -BUILT_SOURCES = CalorimeterEventDict.cpp CalorimeterEventDict.h - noinst_LTLIBRARIES = libcalorimeterevent.la libcalorimeterevent_la_SOURCES = ${YODA_HEADER_FILES} \ - ${YODA_SOURCES} \ - ${BUILT_SOURCES} \ - LinkDef.h - -CalorimeterEventDict.cpp: ${YODA_HEADER_FILES} LinkDef.h - @ROOTCINT@ -f $@ -c ${INCLUDES} $^ - + ${YODA_SOURCES}