summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-05-17 18:02:22 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-05-17 18:02:22 +0000
commit8e9a3ba58dbd268e02b72f48a6d4176ac0291e63 (patch)
treeaf9350d515d317c06043dc357ffbb3246b125237 /wiretap/Makefile.common
parenta779f0cfd78d947e52390eeb7e1cb35e99ec36ea (diff)
downloadwireshark-8e9a3ba58dbd268e02b72f48a6d4176ac0291e63.tar.gz
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 "stop on warning". An other library is generated from the remaining source files with the "stop on warning" barrier. svn path=/trunk/; revision=21817
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common8
1 files changed, 1 insertions, 7 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 22a919aa32..a988d22af2 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -110,16 +110,10 @@ NONGENERATED_HEADER_FILES = \
wtap-capture.h \
wtap-int.h
-# Files that generate compileable files
-GENERATOR_SOURCES = \
- ascend-grammar.y \
- ascend-scanner.l \
- k12text.l
-
# The C source files they generate.
GENERATED_C_FILES = \
ascend-grammar.c \
- ascend-scanner.c \
+ ascend-scanner.c \
k12text.c
# The header files that they generate.