mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Test code does not work with new directory locations.
somehow missed a few files. refs #70
This commit is contained in:
parent
d3acfa5fc0
commit
67da980bdd
@ -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"
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user