From e7374fc0167715ae1757e50ea9db9b93ebab4b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Mon, 17 Dec 2007 23:35:02 +0000 Subject: _SOURCE has magic meaning and isn't to be used by non-wizards. Aka: Newer autofoo tools broke because of the _SOURCE ending. svn path=/trunk/; revision=23904 --- wiretap/Makefile.am | 2 +- wiretap/Makefile.common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap') diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index 22bbb78d41..ffe0781fae 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -64,7 +64,7 @@ EXTRA_DIST = \ Makefile.nmake \ wtap.def \ file_util.c \ - $(GENERATOR_SOURCES) \ + $(GENERATOR_FILES) \ $(GENERATED_FILES) libwiretap_la_LIBADD = libwiretap_generated.la diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common index 8ef34201c6..80a3515b5f 100644 --- a/wiretap/Makefile.common +++ b/wiretap/Makefile.common @@ -113,7 +113,7 @@ NONGENERATED_HEADER_FILES = \ wtap-int.h # Files that generate compileable files -GENERATOR_SOURCES = \ +GENERATOR_FILES = \ ascend-grammar.y \ ascend-scanner.l \ k12text.l -- cgit v1.2.3