aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-18 18:59:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-18 18:59:09 +0000
commit892091fe9583841a5064e830e5ae5ce3c91fe02d (patch)
treeb7e800d827b7bc601718c8370e930e41da0295af /epan/dissectors/Makefile.am
parent2aec055c79298028710da18201d0cdb5a40a504d (diff)
Define CLEANFILES only once.
svn path=/trunk/; revision=11412
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index a105149c62..4e6409ae60 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -23,11 +23,6 @@
noinst_LTLIBRARIES = libdissectors.la
-CLEANFILES = \
- libdissectors.a \
- libdissectors.la \
- *~
-
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/..
include Makefile.common