aboutsummaryrefslogtreecommitdiffstats
path: root/echld
diff options
context:
space:
mode:
Diffstat (limited to 'echld')
-rw-r--r--echld/Makefile.am3
-rw-r--r--echld/Makefile.common13
2 files changed, 1 insertions, 15 deletions
diff --git a/echld/Makefile.am b/echld/Makefile.am
index ca43609735..1bf4a3a544 100644
--- a/echld/Makefile.am
+++ b/echld/Makefile.am
@@ -45,8 +45,7 @@ AM_CPPFLAGS = -I$(srcdir)/.. -I$(srcdir)/../wiretap
libechld_la_SOURCES = \
$(LIBECHLD_SRC) \
- $(LIBECHLD_INCLUDES) \
- $(LIBECHLD_MORE_SRC)
+ $(LIBECHLD_INCLUDES)
libechld_la_DEPENDENCIES = \
diff --git a/echld/Makefile.common b/echld/Makefile.common
index 1828254c5a..d281f7d1ca 100644
--- a/echld/Makefile.common
+++ b/echld/Makefile.common
@@ -39,16 +39,3 @@ LIBECHLD_INCLUDES = \
echld-util.h \
echld.h
-LIBECHLD_MORE_SRC = \
- ../capture_opts.c \
- ../capture_stop_conditions.c \
- ../cfile.c \
- ../conditions.c \
- ../pcapio.c \
- ../ringbuffer.c \
- ../sync_pipe_write.c
-
-OTHER = \
- ../dumpcap.c
-
-