From Rene Pilz :
[obnox/wireshark/wip.git] / Makefile.common
index 66d220121ebec87ad10adeb0520a2484df2fe3d1..d47c72d02dbd3627147efa668605103983a405dd 100644 (file)
 DISSECTOR_SUPPORT_INCLUDES =   \
        aftypes.h       \
        arcnet_pids.h   \
-       asn1.h  \
        bridged_pids.h  \
        chdlctypes.h    \
-       column.h        \
        etypes.h        \
-       follow.h        \
        format-oid.h    \
        greproto.h      \
-       h225-persistentdata.h   \
        iax2_codec_type.h       \
        ip_opts.h       \
        isprint.h       \
@@ -45,15 +41,11 @@ DISSECTOR_SUPPORT_INCLUDES =        \
        nlpid.h \
        oui.h   \
        ppptypes.h      \
-       prefs-int.h     \
-       ptvcursor.h     \
-       reassemble.h    \
        rpc_defrag.h    \
        rtp_pt.h        \
        sctpppids.h     \
        smb.h   \
-       x264_prt_id.h   \
-       xmlstub.h
+       x264_prt_id.h
 
 # "BUILT_SOURCES" are built before any "make all" or "make check" targets.
 BUILT_SOURCES =                \
@@ -64,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    \
@@ -82,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 \
@@ -142,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       \
@@ -155,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  \