Test code does not work with new directory locations.

somehow missed a few files.

refs #70
This commit is contained in:
Alex Lin 2015-06-22 16:56:35 -05:00
parent d3acfa5fc0
commit 67da980bdd
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
#include <iostream>
#include <string.h>
#include "data_products/Log/DataStream.hh"
#include "data_products/Log/DataStreamFactory.hh"
#include "Log/DataStream.hh"
#include "Log/DataStreamFactory.hh"
#include "DPC/DPC_UnitConvDataStream.hh"
#include "DPC/DPC_TimeCstrDataStream.hh"
#include "DPM/DPM_time_constraints.hh"

View File

@ -19,7 +19,7 @@ DS_DIR = ${TRICK_HOME}/trick_source/data_products
INCDIRS = -I$(GTEST_HOME)/include \
-I/usr/include/libxml2 \
-I/usr/X11R6/include \
-I${TRICK_HOME}/trick_source \
-I${TRICK_HOME}/include \
-I${TRICK_HOME}/trick_source/data_products \
-I${TRICK_HOME}/trick_source/data_products/Apps/FPlot \
-I${TRICK_HOME}/trick_source/data_products/DPX \