diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-10-25 01:08:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-10-25 01:08:49 +0000 |
commit | 35c1970720a4ba8332174dc5e72d4a6bb94c62b1 (patch) | |
tree | 30cd9aa591a7fbd887e846e479d34f4d06eb03df /gtk/Makefile.am | |
parent | 75c2155cadc5385ea0c105f8e8113750402838a6 (diff) | |
download | wireshark-35c1970720a4ba8332174dc5e72d4a6bb94c62b1.tar.gz wireshark-35c1970720a4ba8332174dc5e72d4a6bb94c62b1.tar.bz2 wireshark-35c1970720a4ba8332174dc5e72d4a6bb94c62b1.zip |
From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.
svn path=/trunk/; revision=6499
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 023c9e67c2..7d524a3340 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for the GTK interface routines for Ethereal # -# $Id: Makefile.am,v 1.42 2002/09/21 11:36:27 oabad Exp $ +# $Id: Makefile.am,v 1.43 2002/10/25 01:08:46 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -40,6 +40,8 @@ libui_a_SOURCES = \ color_utils.h \ column_prefs.c \ column_prefs.h \ + dcerpc_stat.c \ + dcerpc_stat.h \ decode_as_dlg.c \ decode_as_dlg.h \ dfilter_expr_dlg.c \ |