aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-06 20:35:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-06 20:35:12 +0000
commit05dad0c3106f23b5f65fd57f52d609f472299861 (patch)
tree60140247abb38a83b9594704bc9e1b4759186e00 /gtk/Makefile.am
parent2b7866f33b0a3af134219d11f437ebcad79b858f (diff)
From Miha Jemec :
Functionality to reassemble a RTP stream and save it as a file. Support for G.711 coded svn path=/trunk/; revision=7297
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 82f2116536..99bd8d357c 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.53 2003/01/22 00:40:36 sahlberg Exp $
+# $Id: Makefile.am,v 1.54 2003/03/06 20:35:12 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -37,7 +37,9 @@ ETHEREAL_TAP_SRC = \
rpc_progs.c \
rpc_progs.h \
smb_stat.c \
- smb_stat.h
+ smb_stat.h \
+ tap_rtp.c \
+ tap_rtp.h
ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
@echo Making ethereal-tap-register.c