--- yoda/techmodel/forroutines/Makefile.am 2004/07/06 12:20:23 1.1.1.1 +++ yoda/techmodel/forroutines/Makefile.am 2006/02/07 17:11:10 6.0 @@ -1,16 +1,19 @@ AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ -LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp -SUBDIRS = calorimeter tracker +LDFLAGS = @ROOT_LDFLAGS@ +SUBDIRS = tracker anticounter calorimeter tof trigger # These will build a non-installing libtool library noinst_LTLIBRARIES = libforrou.la -libforrou_la_LIBADD = \ -calorimeter/libforcalor.la \ -tracker/libfortracker.la - -libforrou_la_SOURCES = -libforrou_la_LDFLAGS = -lg2c -lstdc++ +libforrou_la_LIBADD = \ +tracker/libfortracker.la \ +anticounter/libanticounter.la \ +calorimeter/libforcalor.la \ +tof/libfortof.la \ +trigger/libfortrigger.la +libforrou_la_SOURCES = dummy2.c +#libforrou_la_LDFLAGS = -lg2c -lstdc++ +libforrou_la_LDFLAGS = -lstdc++