@@ -1,7 +1,12 @@
#begin lib_target
#define TARGET deadrec
+ #define COMBINED_SOURCES $[TARGET]_composite1.cxx
+
#define SOURCES \
+ correction.h prediction.h
+ #define INCLUDED_SOURCES \
correction.cxx prediction.cxx
#define INSTALL_HEADERS \
@@ -0,0 +1,4 @@
+#include "prediction.cxx"
+#include "correction.cxx"