aboutsummaryrefslogtreecommitdiffstats
path: root/echld/Makefile.common
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2013-06-27 19:00:01 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2013-06-27 19:00:01 +0000
commit99013aefa81f2d3e14d3e063574e6dea4045d0b1 (patch)
tree2a1e516d3c86aca5690a8725f5f51e276c0f46ac /echld/Makefile.common
parent16fc2c5998031c086d05cf5706ab5b5e9e2abaf2 (diff)
MS: list interfaces!
svn path=/trunk/; revision=50195
Diffstat (limited to 'echld/Makefile.common')
-rw-r--r--echld/Makefile.common22
1 files changed, 22 insertions, 0 deletions
diff --git a/echld/Makefile.common b/echld/Makefile.common
index 902caa7828..f80eef7c6b 100644
--- a/echld/Makefile.common
+++ b/echld/Makefile.common
@@ -40,3 +40,25 @@ LIBECHLD_INCLUDES = \
echld-int.h \
echld-util.h \
echld.h
+
+LIBECHLD_MORE_SRC = \
+ ../capture_opts.c \
+ ../capture_stop_conditions.c \
+ ../cfutils.c \
+ ../clopts_common.c \
+ ../sync_pipe_write.c \
+ ../capture-pcap-util.c \
+ ../capture-pcap-util.h \
+ ../capture-pcap-util-int.h \
+ ../conditions.c \
+ ../pcapio.c \
+ ../ringbuffer.c \
+ ../capture_sync.c \
+ ../version_info.c \
+ ../capture_ifinfo.c \
+ ../ws80211_utils.c
+
+OTHER = \
+ ../dumpcap.c
+
+