Added casts wanted by win64 compiler.
[obnox/wireshark/wip.git] / Makefile.common
index d0266d446292330268c7286d717ddf0b27e4de41..b2995d6820af1dd9f94add395f6f67de3d1d9d6f 100644 (file)
@@ -59,6 +59,7 @@ WIRESHARK_COMMON_SRC =        \
        sync_pipe_write.c       \
        timestats.c     \
        util.c  \
+       tap-megaco-common.c     \
        tap-rtp-common.c        \
        version_info.c
 
@@ -84,6 +85,7 @@ WIRESHARK_COMMON_INCLUDES =   \
        tempfile.h      \
        timestats.h     \
        util.h  \
+       tap-megaco-common.h     \
        tap-rtp-common.h        \
        version_info.h
 
@@ -94,6 +96,7 @@ TSHARK_TAP_SRC =      \
        tap-bootpstat.c \
        tap-camelcounter.c      \
        tap-camelsrt.c  \
+       tap-comparestat.c       \
        tap-dcerpcstat.c        \
        tap-funnel.c \
        tap-gsm_astat.c \
@@ -103,6 +106,7 @@ TSHARK_TAP_SRC =    \
        tap-iostat.c    \
        tap-iousers.c   \
        tap-mgcpstat.c  \
+       tap-megacostat.c        \
        tap-protocolinfo.c      \
        tap-protohierstat.c     \
        tap-radiusstat.c        \
@@ -118,20 +122,17 @@ 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     \
-       mkstemp.c       \
        strerror.c      \
-       strcasecmp.c    \
        strncasecmp.c   \
        strptime.c
 
 # corresponding headers
 EXTRA_wireshark_INCLUDES =     \
-       getopt.h        \
+       wsgetopt.h      \
        inet_v6defs.h   \
-       mkstemp.h       \
        strerror.h      \
        strptime.h
 
@@ -207,6 +208,7 @@ mergecap_SOURCES = \
 editcap_SOURCES = \
        editcap.c       \
        epan/crypt/crypt-md5.c \
+       epan/nstime.c \
        $(WTAP_PLUGIN_SOURCES)
 
 capinfos_SOURCES = \
@@ -235,18 +237,14 @@ dumpcap_SOURCES = \
        ringbuffer.c    \
        sync_pipe_write.c       \
        tempfile.c      \
-       version_info.c  \
-       epan/unicode-utils.c    \
-       epan/privileges.c
+       version_info.c
 
 # corresponding headers
 dumpcap_INCLUDES = \
        capture_stop_conditions.h       \
        conditions.h    \
        pcapio.h        \
-       ringbuffer.h    \
-       epan/unicode-utils.h    \
-       epan/privileges.h
+       ringbuffer.h
 
 # this target needed for distribution only
 noinst_HEADERS =       \