aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-02 00:38:54 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-02 00:38:54 +0000
commit2a21356d426b74d0320236c3688f1b33cd51a469 (patch)
treef1e886c06e6b54144a9ce43f045a31be077742d7 /Makefile.am
parentcfa1112e79c43d0d0d517f789d7e4ff3f0b236de (diff)
Add a new header file for X.264 transport protocol IDs.
Handle ISO 8602 as a protocol ID on top of X.25. svn path=/trunk/; revision=4302
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a24b6936d5..cde7ef0c3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.387 2001/11/28 07:11:06 guy Exp $
+# $Id: Makefile.am,v 1.388 2001/12/02 00:38:53 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -471,6 +471,7 @@ ETHEREAL_COMMON_SRC = \
util.h \
x11-declarations.h \
x11-register-info.h \
+ x264_prt_id.h \
xdlc.c \
xdlc.h \
xmlstub.c \