From: Shashidhar Bhandare
[obnox/wireshark/wip.git] / Makefile.common
index 27f542b5de89240a8cd5a9ccddf3fc8dff1d278e..36f8ef43a2724187693b02b2194af0895c7b5285 100644 (file)
@@ -58,6 +58,7 @@ ETHEREAL_COMMON_SRC = \
        packet-range.c  \
        print.c \
        ps.c    \
+       pcapio.c        \
        ringbuffer.c    \
        timestats.c     \
        util.c  \
@@ -81,10 +82,12 @@ ETHEREAL_COMMON_INCLUDES =  \
        fileset.h       \
        isprint.h       \
        packet-range.h  \
+       pcapio.h        \
        print.h \
        ps.h    \
        register.h      \
        ringbuffer.h    \
+       tempfile.h      \
        timestats.h     \
        util.h  \
        version_info.h
@@ -95,6 +98,7 @@ TETHEREAL_TAP_SRC =   \
        tap-ansi_astat.c        \
        tap-bootpstat.c \
        tap-dcerpcstat.c        \
+       tap-funnel.c \
        tap-gsm_astat.c \
        tap-h225counter.c       \
        tap-h225rassrt.c        \
@@ -115,19 +119,21 @@ TETHEREAL_TAP_SRC =       \
 
 # helpers already available on some platforms (and on others not)
 EXTRA_ethereal_SOURCES =       \
+       getopt.c        \
+       mkstemp.c       \
        snprintf.c      \
        strerror.c      \
        strcasecmp.c    \
        strncasecmp.c   \
-       mkstemp.c       \
        strptime.c
 
 # corresponding headers
 EXTRA_ethereal_INCLUDES =      \
+       getopt.h        \
+       mkstemp.h       \
        snprintf.h      \
        snprintf-imp.h  \
        strerror.h      \
-       mkstemp.h       \
        strptime.h
 
 # ethereal specifics
@@ -145,7 +151,9 @@ ethereal_SOURCES =  \
        g711.c \
        merge.c \
        proto_hier_stats.c      \
-       summary.c
+       sync_pipe_write.c       \
+       summary.c       \
+       tempfile.c
 
 # corresponding headers
 ethereal_INCLUDES =    \
@@ -169,6 +177,7 @@ ethereal_INCLUDES = \
        stat_menu.h     \
        statusbar.h     \
        summary.h       \
+       sync_pipe.h     \
        tap_dfilter_dlg.h       \
        ui_util.h
 
@@ -177,7 +186,8 @@ tethereal_SOURCES = \
        $(ETHEREAL_COMMON_SRC)  \
        $(TETHEREAL_TAP_SRC)    \
        capture_opts.c          \
-       capture_loop.c  \
+       capture_loop.c          \
+       tempfile.c              \
        tethereal-tap-register.c        \
        tethereal.c
 
@@ -208,17 +218,18 @@ randpkt_SOURCES = \
 # dumpcap specifics
 dumpcap_SOURCES =      \
        $(PLATFORM_SRC) \
+       capture_opts.c \
+       capture_loop.c  \
        capture-pcap-util.c     \
        capture_stop_conditions.c       \
-       getopt.c        \
        clopts_common.c \
        conditions.c    \
+       dumpcap.c       \
+       pcapio.c        \
        ringbuffer.c    \
-       util.c  \
-       version_info.c \
-       capture_opts.c \
-       capture_loop.c  \
-       dumpcap.c
+       sync_pipe_write.c       \
+       tempfile.c      \
+       version_info.c
 
 
 # this target needed for distribution only
@@ -226,4 +237,3 @@ noinst_HEADERS =    \
        $(ETHEREAL_COMMON_INCLUDES) \
        $(ethereal_INCLUDES) \
        $(EXTRA_ethereal_INCLUDES)
-