fixed missing replacement of INCLUDES

This commit is contained in:
2013-12-19 11:53:30 +00:00
parent 290816f996
commit 1e6f1c45be
9 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS) -L@ROOTLIBDIR@
CLEANFILES = *Dict.cpp *Dict.h *~ core
%Dict.cpp %Dict.h: %.h %LinkDef.h
@ROOTCINT@ -v -f $*Dict.cpp -c -p $(INCLUDES) $^
@ROOTCINT@ -v -f $*Dict.cpp -c -p $(AM_CPPFLAGS) $^
lib_LTLIBRARIES = libCalcMeanFieldsLEM.la