--- yoda/event/physics/neutronDetector/Makefile.am 2006/02/07 17:11:08 6.0 +++ yoda/event/physics/neutronDetector/Makefile.am 2006/09/21 13:10:13 6.2 @@ -3,19 +3,12 @@ LDFLAGS = @ROOT_LDFLAGS@ YODA_HEADER_FILES = NeutronEvent.h NeutronRecord.h -yodaincdir = $(includedir)/yoda/event/physics/neutronDetector +yodaincdir = $(includedir)/yoda/physics/neutronDetector yodainc_HEADERS = ${YODA_HEADER_FILES} YODA_SOURCES = NeutronEvent.cpp NeutronRecord.cpp -BUILT_SOURCES = NeutronDict.cpp NeutronDict.h - noinst_LTLIBRARIES = libneutronevent.la libneutronevent_la_SOURCES = ${YODA_HEADER_FILES} \ - ${YODA_SOURCES} \ - ${BUILT_SOURCES} \ - LinkDef.h - -NeutronDict.cpp: ${YODA_HEADER_FILES} LinkDef.h - @ROOTCINT@ -f $@ -c ${INCLUDES} $^ + ${YODA_SOURCES}