aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-07 18:56:35 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-07 18:56:35 +0000
commitdbff4bc3e091814383fe06aa4ffdcef3b17db9c1 (patch)
tree84f5627faa9ab7a281a08ef84204e3e4c368bdb1 /Makefile.common
parent26fc5b0bf5deb0fd299dc2166fcf898546181489 (diff)
Use strtok_s on windows and strtok_r otherwise.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32138 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 0676bce0a9..1a13fc5101 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -107,6 +107,7 @@ TSHARK_TAP_SRC = \
tap-camelsrt.c \
tap-comparestat.c \
tap-dcerpcstat.c \
+ tap-diameter-avp.c \
tap-funnel.c \
tap-gsm_astat.c \
tap-h225counter.c \