diff options
author | Gerald Combs <gerald@wireshark.org> | 2002-09-29 19:10:07 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2002-09-29 19:10:07 +0000 |
commit | 33608d4763b09153f4ba9be32e704866ca1e601c (patch) | |
tree | d964608cbe0106cd7afd5bae00b9beaeffe0b020 /Makefile.am | |
parent | 80f88eb15d8739bd986b40262ef2706e95dcf590 (diff) | |
download | wireshark-33608d4763b09153f4ba9be32e704866ca1e601c.tar.gz wireshark-33608d4763b09153f4ba9be32e704866ca1e601c.tar.bz2 wireshark-33608d4763b09153f4ba9be32e704866ca1e601c.zip |
Makefile.am fixes to pass "make distcheck" tests
svn path=/trunk/; revision=6357
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 25307a7a1b..94fc4d9414 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.504 2002/09/23 17:14:54 jmayer Exp $ +# $Id: Makefile.am,v 1.505 2002/09/29 19:10:05 gerald Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -474,6 +474,7 @@ noinst_HEADERS = \ packet-data.h \ packet-dccp.h \ packet-dcerpc-browser.h \ + packet-dcerpc-dce122.h \ packet-dcerpc-dfs.h \ packet-dcerpc-dnsserver.h \ packet-dcerpc-lsa.h \ @@ -960,7 +961,10 @@ EXTRA_DIST = \ README.vmware \ README.win32 \ TODO \ - aclocal-fallback/*.m4 \ + aclocal-fallback/glib-2.0.m4 \ + aclocal-fallback/glib.m4 \ + aclocal-fallback/gtk-2.0.m4 \ + aclocal-fallback/gtk.m4 \ aclocal-flags \ autogen.sh \ capture-wpcap.c \ |