aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-02-01 10:31:17 +0000
committerJörg Mayer <jmayer@loplof.de>2004-02-01 10:31:17 +0000
commit83b121f5000745a6d648c8565e705fe8affcccab (patch)
tree2058501bdc0d561097d18bd19e3c75b3e30f3716
parentbcd907a23dcd6f32d80e012254f8a9de4e5d5b4e (diff)
Saved wrong version
svn path=/trunk/; revision=9943
-rw-r--r--Makefile.common36
1 files changed, 35 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index d00adc1402..26ee43e1a1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.8 2004/02/01 10:07:20 jmayer Exp $
+# $Id: Makefile.common,v 1.9 2004/02/01 10:31:17 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -720,6 +720,40 @@ TETHEREAL_TAP_SRC = \
tap-smbstat.c \
tap-wspstat.c
+ethereal_SOURCES = \
+ $(DISSECTOR_SRC) \
+ $(ETHEREAL_COMMON_SRC) \
+ register.c \
+ capture.c \
+ capture.h \
+ file.c \
+ filters.c \
+ filters.h \
+ globals.h \
+ menu.h \
+ progress_dlg.h \
+ proto_hier_stats.h \
+ proto_hier_stats.c \
+ simple_dialog.h \
+ statusbar.h \
+ summary.c \
+ summary.h \
+ tap_dfilter_dlg.h \
+ ui_util.h
+
+EXTRA_ethereal_SOURCES = \
+ snprintf.c \
+ snprintf.h \
+ snprintf-imp.h \
+ strerror.c \
+ strerror.h \
+ strcasecmp.c \
+ strncasecmp.c \
+ mkstemp.c \
+ mkstemp.h \
+ strptime.c \
+ strptime.h
+
tethereal_SOURCES = \
$(DISSECTOR_SRC) \
$(ETHEREAL_COMMON_SRC) \