Remove strcasecmp. We use g_ascii_strcasecmp exclusively
[obnox/wireshark/wip.git] / Makefile.common
index a776bfbbd658e9372c3b54bd1b9ca11215a0a1bb..39496e7e3b4fba55884280c1c079bf1d37da0e60 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        \
@@ -121,9 +125,7 @@ EXTRA_wireshark_SOURCES =   \
        getopt.c        \
        inet_ntop.c     \
        inet_pton.c     \
-       mkstemp.c       \
        strerror.c      \
-       strcasecmp.c    \
        strncasecmp.c   \
        strptime.c
 
@@ -131,7 +133,6 @@ EXTRA_wireshark_SOURCES =   \
 EXTRA_wireshark_INCLUDES =     \
        getopt.h        \
        inet_v6defs.h   \
-       mkstemp.h       \
        strerror.h      \
        strptime.h
 
@@ -168,8 +169,6 @@ wireshark_INCLUDES =        \
        g711.h  \
        globals.h       \
        log.h   \
-       main_window.h   \
-       menu.h  \
        merge.h \
        progress_dlg.h  \
        proto_hier_stats.h      \
@@ -177,7 +176,6 @@ wireshark_INCLUDES =        \
        stat_menu.h     \
        summary.h       \
        sync_pipe.h     \
-       tap_dfilter_dlg.h       \
        ui_util.h
 
 # tshark specifics
@@ -210,6 +208,7 @@ mergecap_SOURCES = \
 editcap_SOURCES = \
        editcap.c       \
        epan/crypt/crypt-md5.c \
+       epan/nstime.c \
        $(WTAP_PLUGIN_SOURCES)
 
 capinfos_SOURCES = \
@@ -238,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 =       \