From: ehofman Date: Sat, 13 Jun 2009 12:43:58 +0000 (+0000) Subject: don't forget to include the new header for the tardist X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d27097d7b8ee2e5a90fedaa4332863aeb18805e2;p=flightgear.git don't forget to include the new header for the tardist --- 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