--- yoda/configure.in 2004/09/21 20:22:59 1.7 +++ yoda/configure.in 2004/10/17 12:27:44 2.1 @@ -85,7 +85,7 @@ gprof=$enableval,gprof=no) if test "$gprof" != no then - CFLAGS="-pg $CFLAGS" + CXXFLAGS="-pg $CXXFLAGS" AC_MSG_RESULT(enabled) else AC_MSG_RESULT(no) @@ -117,6 +117,7 @@ event/physics/anticounter/Makefile \ event/physics/calorimeter/Makefile \ event/physics/neutronDetector/Makefile \ + event/physics/S4/Makefile \ dnl ------------------makes for Packets and SubPackets----------------