From d27097d7b8ee2e5a90fedaa4332863aeb18805e2 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 13 Jun 2009 12:43:58 +0000 Subject: [PATCH] don't forget to include the new header for the tardist --- src/FDM/JSBSim/input_output/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FDM/JSBSim/input_output/Makefile.am b/src/FDM/JSBSim/input_output/Makefile.am index 02f782d34..1d2d38a41 100644 --- a/src/FDM/JSBSim/input_output/Makefile.am +++ b/src/FDM/JSBSim/input_output/Makefile.am @@ -2,6 +2,6 @@ noinst_LIBRARIES = libInputOutput.a libInputOutput_a_SOURCES = FGGroundCallback.cpp FGPropertyManager.cpp FGScript.cpp FGXMLElement.cpp FGXMLParse.cpp FGfdmSocket.cpp -noinst_HEADERS = FGGroundCallback.h FGPropertyManager.h FGScript.h FGXMLElement.h FGXMLParse.h FGfdmSocket.h FGXMLFileRead.h net_fdm.hxx +noinst_HEADERS = FGGroundCallback.h FGPropertyManager.h FGScript.h FGXMLElement.h FGXMLParse.h FGfdmSocket.h FGXMLFileRead.h net_fdm.hxx string_utilities.h INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim -- 2.39.5