diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-28 03:28:54 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-09-28 03:28:54 +0000 |
commit | df710d82c7dcbc2f42371750af9e10456701cbba (patch) | |
tree | cd3ff57458c9028ba09ce3ea1cf356dcbf10396e /epan/Makefile.am | |
parent | 9d9850f209ff7b5f350c7e83719eebaa76a72edd (diff) | |
download | wireshark-df710d82c7dcbc2f42371750af9e10456701cbba.tar.gz wireshark-df710d82c7dcbc2f42371750af9e10456701cbba.tar.bz2 wireshark-df710d82c7dcbc2f42371750af9e10456701cbba.zip |
Simple code movement to epan.
svn path=/trunk/; revision=2462
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r-- | epan/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am index 8d267d8059..57f8e8b7c6 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.4 2000/09/28 03:16:15 gram Exp $ +# $Id: Makefile.am,v 1.5 2000/09/28 03:28:53 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -55,6 +55,8 @@ libepan_a_SOURCES = \ plugins.h \ proto.c \ proto.h \ + resolv.c \ + resolv.h \ strutil.c \ strutil.h \ tvbtest.c \ |