aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-27 00:36:31 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-27 00:36:31 +0000
commit0d7309988e99e7637e5241640b8777fb841feef3 (patch)
tree8f4c78843c96d05440f97b6da328ae713e6fc1a9 /wiretap/Makefile.am
parent7f6ff83e350b5689748b0d4c5dc319d42a3a4b59 (diff)
Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clear
that it contains only the .h files not generated from other files. svn path=/trunk/; revision=11531
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 2e716d078b..10be15d31d 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -36,7 +36,9 @@ CLEANFILES = \
MAINTAINERCLEANFILES = $(GENERATED_FILES)
libwiretap_la_SOURCES = \
- $(NONGENERATED_C_FILES) $(GENERATOR_SOURCES) $(HEADER_FILES)
+ $(NONGENERATED_C_FILES) \
+ $(GENERATOR_SOURCES) \
+ $(NONGENERATED_HEADER_FILES)
EXTRA_DIST = \
README.developer \