aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-08 20:50:52 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-08 20:50:52 +0000
commit658e0b30e6c169ad0e842c9c8420a7a78fe285b7 (patch)
tree730292b71fd82d574cfa740dec13a319a6913181 /Makefile.am
parentc81a43da68059a8b41571e8d273f0e528a323491 (diff)
At least some of the files in PLATFORM_CAPTURE_SRC are needed by
programs that use {lib,win}pcap but that don't capture traffic, such as rawshark; rename it to PLATFORM_PCAP_SRC, to match CMake. svn path=/trunk/; revision=54671
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83abfe3f29..252466bd3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -293,7 +293,7 @@ dist_wimaxasncp_DATA = \
wimaxasncp/dictionary.xml \
wimaxasncp/dictionary.dtd
-PLATFORM_CAPTURE_SRC = \
+PLATFORM_PCAP_SRC = \
capture-pcap-util-unix.c
if HAVE_PLUGINS