From 3215084d13a6632ea31a1927bbccac53a29a3015 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 17 Jul 2004 08:32:48 +0000 Subject: [PATCH] Add the multiplay.* and jpg-httpd.* files to the EXTRA_DIST line so they get included in the official tarball. --- src/Network/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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