aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-22 01:19:18 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-22 01:19:18 +0000
commitc1d34d4be65944ad84f4239672c8f34c969d9d24 (patch)
treef97d9b262d8ec9043a6a80e1f43027b3528fe394 /Makefile.am
parent7f97cc813e4d192b714500da4dcff5d129823a5c (diff)
On OS X, get the interface type from the System Configuration framework.
svn path=/trunk/; revision=49486
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c3218f74db..4ee865075d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -285,8 +285,7 @@ wimaxasncp_DATA = \
wimaxasncp/dictionary.dtd
PLATFORM_SRC = \
- capture-pcap-util-unix.c \
- capture_unix_ifnames.c
+ capture-pcap-util-unix.c
if HAVE_PLUGINS
-include plugins/Custom.make