From: ehofman Date: Sat, 17 Jul 2004 08:32:48 +0000 (+0000) Subject: Add the multiplay.* and jpg-httpd.* files to the EXTRA_DIST line so they get included... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3215084d13a6632ea31a1927bbccac53a29a3015;p=flightgear.git Add the multiplay.* and jpg-httpd.* files to the EXTRA_DIST line so they get included in the official tarball. --- diff --git a/src/Network/Makefile.am b/src/Network/Makefile.am index 9f24828d9..ccf643273 100644 --- a/src/Network/Makefile.am +++ b/src/Network/Makefile.am @@ -1,3 +1,6 @@ +EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \ + multiplay.cxx multiplay.hxx + noinst_LIBRARIES = libNetwork.a if ENABLE_JPEG_SERVER