--- yoda/event/arrDump/Makefile.am 2005/03/04 15:54:11 3.0 +++ yoda/event/arrDump/Makefile.am 2006/09/21 13:10:06 6.2 @@ -3,20 +3,13 @@ LDFLAGS = @ROOT_LDFLAGS@ YODA_HEADER_FILES = ArrDumpEvent.h ArrDumpRecord.h -yodaincdir = $(includedir)/yoda/event/arrDump +yodaincdir = $(includedir)/yoda/arrDump yodainc_HEADERS = ${YODA_HEADER_FILES} YODA_SOURCES = ArrDumpEvent.cpp ArrDumpRecord.cpp -BUILT_SOURCES = ArrDumpDict.cpp ArrDumpDict.h - noinst_LTLIBRARIES = libarrdumpevent.la libarrdumpevent_la_SOURCES = ${YODA_HEADER_FILES} \ - ${YODA_SOURCES} \ - ${BUILT_SOURCES} \ - LinkDef.h - -ArrDumpDict.cpp: ${YODA_HEADER_FILES} LinkDef.h - @ROOTCINT@ -f $@ -c ${INCLUDES} $^ + ${YODA_SOURCES}