Ethereal-dev: [Ethereal-dev] [patch] Don't let make distclean remove files we distribute

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Brad Hards <bhards@xxxxxxxxxxxxxx>
Date: Fri, 14 Feb 2003 21:25:00 +1100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I found that if you take ethereal-0.9.9.tar.bz2, unpack, and 

./configure; make; make distclean

you don't get back the same files.

I'm not entirely sure what has happened, because it doesn't work entirely as I 
expected. However a patch that addresses at least part of the problem is 
attached.

Please review, and apply or correct as appropriate.

Brad
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+TMP8W6pHgIdAuOMRAgLtAJ47q2L6TXuQDDIeW+E4c4l8K+hF0ACgojji
djpJeynwglJ4VDOSXgCD/y4=
=Sk92
-----END PGP SIGNATURE-----
diff -Naur -x aclocal.m4 -x configure -x ltmain.sh -x Makefile.in -x register-static.c clean/ethereal-0.9.9/Makefile.am ethereal-0.9.9/Makefile.am
--- clean/ethereal-0.9.9/Makefile.am	2003-01-24 10:50:12.000000000 +1100
+++ ethereal-0.9.9/Makefile.am	2003-02-14 21:09:06.000000000 +1100
@@ -1016,10 +1016,7 @@
 
 DISTCLEANFILES =	\
 	aclocal-missing/*.m4 \
-	register.c	\
-	register-static.c \
 	rdps		\
-	ps.c		\
 	*~
 
 EXTRA_DIST = \