aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-10 07:16:55 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-10 07:16:55 +0000
commit7fb47f314f6d9c6a8630a0b21d2a8a0e5e639265 (patch)
tree271bf2825cd735cd6349a3bfdc23746c14eb70a7 /epan/Makefile.common
parentc35b581d8c13bac2e8dbd3f40bf13f8151650175 (diff)
From Jean-Baptiste Marchand: frsrpc and frsapi support.
svn path=/trunk/; revision=11360
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 676a0fb61a..ff51e5dff9 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.32 2004/07/04 20:46:04 tuexen Exp $
+# $Id: Makefile.common,v 1.33 2004/07/10 07:16:55 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -120,6 +120,8 @@ DISSECTOR_SRC = \
../packet-dcerpc-epm.c \
../packet-dcerpc-epm4.c \
../packet-dcerpc-fldb.c \
+ ../packet-dcerpc-frsapi.c \
+ ../packet-dcerpc-frsrpc.c \
../packet-dcerpc-ftserver.c \
../packet-dcerpc-icl_rpc.c \
../packet-dcerpc-initshutdown.c \