From Rene Pilz :
[obnox/wireshark/wip.git] / Makefile.common
index c843593a1a691c57d95ac3721a100fb5fd21a7c2..d47c72d02dbd3627147efa668605103983a405dd 100644 (file)
 # Header files for dissector helpers
 # XXX - these should be moved to epan/dissectors
 DISSECTOR_SUPPORT_INCLUDES =   \
-       adler32.h       \
-       afn.h   \
        aftypes.h       \
        arcnet_pids.h   \
-       asn1.h  \
        bridged_pids.h  \
        chdlctypes.h    \
-       column.h        \
-       crc16.h \
-       crc32.h \
-       crypt-des.h     \
-       crypt-md4.h     \
-       crypt-md5.h     \
-       crypt-rc4.h     \
        etypes.h        \
-       follow.h        \
        format-oid.h    \
        greproto.h      \
-       h225-persistentdata.h   \
        iax2_codec_type.h       \
-       in_cksum.h      \
        ip_opts.h       \
-       ipproto.h       \
        isprint.h       \
        lapd_sapi.h     \
        llcsaps.h       \
        nlpid.h \
        oui.h   \
        ppptypes.h      \
-       prefs-int.h     \
-       ptvcursor.h     \
-       reassemble.h    \
-       req_resp_hdrs.h \
        rpc_defrag.h    \
        rtp_pt.h        \
        sctpppids.h     \
-       sha1.h  \
        smb.h   \
-       t35.h   \
-       tap.h   \
-       x264_prt_id.h   \
-       xdlc.h  \
-       xmlstub.h
+       x264_prt_id.h
 
 # "BUILT_SOURCES" are built before any "make all" or "make check" targets.
 BUILT_SOURCES =                \
@@ -79,6 +56,7 @@ BUILT_SOURCES =               \
 ETHEREAL_COMMON_SRC =  \
        $(PLATFORM_SRC) \
        capture_stop_conditions.c       \
+       capture_ui_utils.c      \
        cfile.c \
        clopts_common.c \
        conditions.c    \
@@ -97,6 +75,7 @@ ETHEREAL_COMMON_INCLUDES =    \
        $(DISSECTOR_SUPPORT_INCLUDES)   \
        svnversion.h            \
        capture_stop_conditions.h       \
+       capture_ui_utils.h      \
        cfile.h \
        clopts_common.h \
        color.h \
@@ -157,7 +136,8 @@ ethereal_SOURCES =  \
        $(ETHEREAL_COMMON_SRC)  \
        alert_box.c     \
        capture.c       \
-       capture_combo_utils.c   \
+       capture_sync.c  \
+       capture_loop.c  \
        color_filters.c \
        file.c  \
        filters.c       \
@@ -170,11 +150,12 @@ ethereal_SOURCES =        \
 ethereal_INCLUDES =    \
        alert_box.h     \
        capture.h       \
-       capture_combo_utils.h   \
+       capture_sync.h  \
        color_filters.h \
        filters.h       \
        g711.h  \
        globals.h       \
+       main_window.h   \
        menu.h  \
        merge.h \
        progress_dlg.h  \