From: ehofman Date: Thu, 15 May 2003 08:13:38 +0000 (+0000) Subject: Add an otherwise lost header file to the Makefile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0e829059ab2ca46b76c9b81ec5172a70082343a;p=flightgear.git Add an otherwise lost header file to the Makefile --- diff --git a/src/Network/Makefile.am b/src/Network/Makefile.am index 1bc452801..927a4185d 100644 --- a/src/Network/Makefile.am +++ b/src/Network/Makefile.am @@ -12,6 +12,8 @@ else MPLAYER_AS = endif +EXTRA_DIST = net_gui.hxx + libNetwork_a_SOURCES = \ protocol.cxx protocol.hxx \ atc610x.cxx atc610x.hxx \