]> git.mxchange.org Git - flightgear.git/commitdiff
don't forget to include the new header for the tardist
authorehofman <ehofman>
Sat, 13 Jun 2009 12:43:58 +0000 (12:43 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 15 Jun 2009 08:29:44 +0000 (10:29 +0200)
src/FDM/JSBSim/input_output/Makefile.am

index 02f782d34121d2651f802a372fcd88cb4eea3959..1d2d38a41b22db05d54526647d3e7addf27e31c5 100644 (file)
@@ -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