And finally (I hope) the last part from the patch
[obnox/wireshark/wip.git] / gtk / Makefile.am
index 20337dcb76aa52fd0c5b43306b86944ab90e967e..37595b4bd27d917c872e3e340a702bdf4af85aa7 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for the GTK interface routines for Ethereal
 #
-# $Id: Makefile.am,v 1.90 2004/02/11 04:17:02 guy Exp $
+# $Id$
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -34,32 +34,43 @@ ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
        @$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(srcdir) $(ETHEREAL_TAP_SRC)
 
 noinst_HEADERS = \
-       capture_combo_utils.h \
+       about_dlg.h     \
        capture_dlg.h   \
        capture_prefs.h \
+       cfilter_combo_utils.h \
        color_dlg.h     \
-       color_filters.h \
-       color_utils.h   \
        colors.h        \
        column_prefs.h  \
        compat_macros.h \
+       conversations_table.h \
        decode_as_dlg.h \
+       decode_as_dcerpc.h \
        dfilter_expr_dlg.h \
        dlg_utils.h     \
-       endpoint_talkers_table.h \
        file_dlg.h      \
-       filter_prefs.h  \
+       filter_dlg.h    \
        find_dlg.h      \
        follow_dlg.h    \
+       font_utils.h    \
        goto_dlg.h      \
+       graph_analysis.h \
+       gsm_map_stat.h  \
        gtkglobals.h    \
        gtk_stat_util.h \
        gui_prefs.h     \
+       h323_analysis.h \
+       h323_conversations.h    \
+       h323_conversations_dlg.h \
        help_dlg.h      \
+       hostlist_table.h \
+       isprint.h       \
        keys.h          \
+       layout_prefs.h  \
        main.h          \
        menu.h          \
+       mtp3_stat.h     \
        nameres_prefs.h \
+       packet_history.h        \
        packet_list.h   \
        packet_win.h    \
        prefs_dlg.h     \
@@ -67,19 +78,25 @@ noinst_HEADERS = \
        proto_dlg.h     \
        proto_draw.h    \
        proto_hier_stats_dlg.h  \
+       range_utils.h \
        recent.h        \
        rtp_analysis.h  \
        rtp_stream.h    \
        rtp_stream_dlg.h \
+       sat.h           \
+       sctp_stat.h     \
        service_response_time_table.h   \
        stream_prefs.h  \
        summary_dlg.h   \
        supported_protos_dlg.h   \
        tap_dfilter_dlg.h \
        tap_menu.h      \
-       tcp_graph.h     \
+       text_page.h     \
        toolbar.h       \
-       ui_util.h
+       ui_util.h       \
+       voip_calls.h    \
+       voip_calls_dlg.h \
+       webbrowser.h
 
 if USE_GTK2
 libui_a_SOURCES = \
@@ -95,10 +112,22 @@ libui_a_SOURCES = \
        $(ETHEREAL_TAP_SRC)
 endif
 
+libui_a_DEPENDENCIES = 
+
 EXTRA_DIST = \
+       doxygen.cfg.in \
+       ethclist.c      \
+       ethclist.h      \
+       Makefile.common \
        Makefile.nmake \
        print_mswin.c  \
        print_mswin.h
 
 # Common headers
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
+
+doxygen:
+if HAVE_DOXYGEN
+       $(DOXYGEN) doxygen.cfg
+endif          # HAVE_DOXYGEN
+