diff options
Diffstat (limited to 'config/commence.am')
-rw-r--r-- | config/commence.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/commence.am b/config/commence.am index 3a7ef49..3c6eec9 100644 --- a/config/commence.am +++ b/config/commence.am @@ -76,6 +76,10 @@ CPPFLAGS=@CPPFLAGS@ @H5_CPPFLAGS@ FFLAGS=@FFLAGS@ @H5_FFLAGS@ CXXFLAGS=@CXXFLAGS@ @H5_CXXFLAGS@ +# The trace script; this is used on source files from the C library to +# insert tracing macros. +TRACE=perl $(top_srcdir)/bin/trace + # Make sure that these variables are exported to the Makefiles F9XMODEXT=@F9XMODEXT@ F9XMODFLAG=@F9XMODFLAG@ |