aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-10 01:26:19 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-10 01:26:19 +0000
commit338bda08bdaef8dafe29795bacdbdf823f18ed91 (patch)
tree50f2ca2a02dae76708e66ea79c1668875379aecb /epan/Makefile.am
parent034a6f9b57db5320b723d6d254e7cd76f4627c04 (diff)
clean up makefiles.
especially /trunk/Makefile.nmake doesn't have to include /trunk/epan/Makefile.common anymore. svn path=/trunk/; revision=13368
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 1214e92a70..374a88e303 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -38,8 +38,7 @@ INCLUDES = -I$(srcdir)/..
libethereal_la_SOURCES = \
$(LIBETHEREAL_SRC) \
- $(LIBETHEREAL_INCLUDES) \
- $(DISSECTOR_SUPPORT_SRC)
+ $(LIBETHEREAL_INCLUDES)
EXTRA_libethereal_la_SOURCES = \
g_ascii_strtoull.c \