aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-13 05:29:23 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-13 05:29:23 +0000
commit730b52454543b216d2b3797b32436d7e094396b7 (patch)
treed73809db4ca4a7b8d64324f861a5c042a85a4b98 /epan/Makefile.common
parent4492f582134108bc20593466cf09ea325502bfb2 (diff)
From Jean-Baptiste Marchand: MS Eventlog support.
svn path=/trunk/; revision=11369
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index ff51e5dff9..068d329e78 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.33 2004/07/10 07:16:55 guy Exp $
+# $Id: Makefile.common,v 1.34 2004/07/13 05:29:23 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -119,6 +119,7 @@ DISSECTOR_SRC = \
../packet-dcerpc-efs.c \
../packet-dcerpc-epm.c \
../packet-dcerpc-epm4.c \
+ ../packet-dcerpc-eventlog.c \
../packet-dcerpc-fldb.c \
../packet-dcerpc-frsapi.c \
../packet-dcerpc-frsrpc.c \