diff options
author | Gerald Combs <gerald@wireshark.org> | 2004-03-12 16:31:35 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2004-03-12 16:31:35 +0000 |
commit | 3fe295ffd9854e797777ccc3fb4bf6e86d24d23f (patch) | |
tree | a2f2ea10529eb556f182f34ecd3f561d4209f30a | |
parent | c8039f349e99944b80aa0b09966c3c71bf6fdce0 (diff) | |
download | wireshark-3fe295ffd9854e797777ccc3fb4bf6e86d24d23f.tar.gz wireshark-3fe295ffd9854e797777ccc3fb4bf6e86d24d23f.tar.bz2 wireshark-3fe295ffd9854e797777ccc3fb4bf6e86d24d23f.zip |
Add cvsversion.h, x11-declarations.h, and x11-register-info.h to
CLEANFILES so that "make distcheck" will work.
svn path=/trunk/; revision=10364
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | epan/Makefile.am | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 0ef1fad051..9b7cc6c952 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.718 2004/03/04 08:26:20 jmayer Exp $ +# $Id: Makefile.am,v 1.719 2004/03/12 16:31:34 gerald Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -352,6 +352,7 @@ dftest_LDADD = \ dftest_LDFLAGS = -export-dynamic CLEANFILES = \ + cvsversion.h \ @rdps_bin@ \ idl2eth diff --git a/epan/Makefile.am b/epan/Makefile.am index 42a8bc553f..9215c729d4 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -2,7 +2,7 @@ # Automake file for the EPAN library # (Ethereal Protocol ANalyzer Library) # -# $Id: Makefile.am,v 1.38 2004/03/06 03:25:10 guy Exp $ +# $Id: Makefile.am,v 1.39 2004/03/12 16:31:35 gerald Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -101,12 +101,14 @@ EXTRA_libethereal_a_SOURCES = \ inet_v6defs.h EXTRA_DIST = \ - config.h.win32 \ - Makefile.nmake \ + config.h.win32 \ + Makefile.nmake \ tvbtest.c CLEANFILES = \ - libethereal.a \ + libethereal.a \ + x11-declarations.h \ + x11-register-info.h \ *~ MAINTAINERCLEANFILES = \ |