summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 39496e7e3b..b2995d6820 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -122,7 +122,7 @@ TSHARK_TAP_SRC = \
# helpers already available on some platforms (and on others not)
EXTRA_wireshark_SOURCES = \
- getopt.c \
+ wsgetopt.c \
inet_ntop.c \
inet_pton.c \
strerror.c \
@@ -131,7 +131,7 @@ EXTRA_wireshark_SOURCES = \
# corresponding headers
EXTRA_wireshark_INCLUDES = \
- getopt.h \
+ wsgetopt.h \
inet_v6defs.h \
strerror.h \
strptime.h