aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
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.common
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.common')
-rw-r--r--wiretap/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 7132815b98..7536450ad8 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -61,7 +61,7 @@ NONGENERATED_C_FILES = \
wtap.c
# Header files that are not generated from other files
-HEADER_FILES = \
+NONGENERATED_HEADER_FILES = \
5views.h \
airopeek9.h \
ascend.h \