aboutsummaryrefslogtreecommitdiffstats
path: root/echld
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-21 11:38:36 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-21 18:39:21 +0000
commitac534393ce3ccb10606f37bfd9796731b1945d9d (patch)
tree7aa740de055d73a04fa835de1c26d2247d345285 /echld
parentd0a567e94b983bb80092ab1774c70181544a5c21 (diff)
cfutils.c is now part of libwsutil.
Change-Id: I2105ace8575e93d79e10dfdd33e1523461c3f03e Reviewed-on: https://code.wireshark.org/review/2514 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'echld')
-rw-r--r--echld/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/echld/Makefile.common b/echld/Makefile.common
index 6bd5a8b341..963d66ee4e 100644
--- a/echld/Makefile.common
+++ b/echld/Makefile.common
@@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-# C source files that are part of the libwsutil source; this includes only
+# C source files that are part of the libechld source; this includes only
# .c files, not YACC or Lex or... files (as Makefile.nmake maps this list
# into a list of object files by replacing ".c" with ".obj") or files
# generated from YACC or Lex files (as Automake doesn't want them in
@@ -47,7 +47,6 @@ LIBECHLD_MORE_SRC = \
../capture_stop_conditions.c \
../capture_sync.c \
../cfile.c \
- ../cfutils.c \
../clopts_common.c \
../conditions.c \
../pcapio.c \