aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 570fcf1383..22bbb78d41 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -44,10 +44,7 @@ CLEANFILES = \
MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
- Makefile.in \
- aclocal.m4 \
- config.h.in \
- configure
+ Makefile.in
#Since code generated by lex may trigger gcc warnings, we are now generating two
#libraries. A single library is generated with the lex code without the barrier
@@ -63,10 +60,8 @@ libwiretap_generated_la_SOURCES = \
EXTRA_DIST = \
README.developer \
- config.h.win32 \
Makefile.common \
Makefile.nmake \
- runlex.sh \
wtap.def \
file_util.c \
$(GENERATOR_SOURCES) \
@@ -75,7 +70,7 @@ EXTRA_DIST = \
libwiretap_la_LIBADD = libwiretap_generated.la
libwiretap_la_DEPENDENCIES = libwiretap_generated.la
-RUNLEX = $(top_srcdir)/runlex.sh
+RUNLEX = $(top_srcdir)/tools/runlex.sh
ascend-scanner_lex.h : ascend-scanner.c