http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21882
User: guy
Date: 2007/05/22 07:21 AM
Log:
"make maintainer-clean" cleans up everything that "make distclean" does;
there's no need for files in DISTCLEANFILES to be in
MAINTAINERCLEANFILES as well.
In epan, split the generated source files into those that should be
cleaned by "make distclean" and those that shouldn't, and have
DISTCLEANFILES include only the ones that should be cleaned by "make
distclean" and have MAINTAINERCLEANFILES include the ones that shouldn't
be cleaned by "make distclean". This should fix bug 1595.
The generated source files don't need to be in EXTRA_DIST.
Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and
LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake.
Directory: /trunk/epan/dfilter/
Changes Path Action
+0 -3 Makefile.am Modified
Directory: /trunk/epan/
Changes Path Action
+2 -5 Makefile.am Modified
+19 -4 Makefile.common Modified
+4 -3 Makefile.nmake Modified
Directory: /trunk/plugins/mate/
Changes Path Action
+0 -3 Makefile.am Modified