aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-10 18:56:38 +0000
committerAnders Broman <a.broman58@gmail.com>2017-11-11 19:12:54 +0000
commitfa6dc7b3fb60e38869f01c73fc240a07a7db1eda (patch)
tree3e5c7c558642cd8449f203e5103f98e4b709b739 /epan
parent3f11c2f7c53ff07aa2d402eda013259706f257f8 (diff)
autotools: Be more consistent with variable names
Change-Id: I644fbe7796a83c98861a4ebb9200ee41de27c897 Reviewed-on: https://code.wireshark.org/review/24350 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 3eff21d3f2..7c6f08f92c 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -31,16 +31,16 @@ BUILT_SOURCES = \
register.c
# Header files generated from source files.
-NO_DIST_GENERATED_HEADER_FILES =
+NODIST_GENERATED_HEADER_FILES =
# C source files generated from source files.
-NO_DIST_GENERATED_C_FILES = \
+NODIST_GENERATED_C_FILES = \
register.c
# All the generated files.
-NO_DIST_GENERATED_FILES = \
- $(NO_DIST_GENERATED_HEADER_FILES) \
- $(NO_DIST_GENERATED_C_FILES)
+NODIST_GENERATED_FILES = \
+ $(NODIST_GENERATED_HEADER_FILES) \
+ $(NODIST_GENERATED_C_FILES)
#
# PIDL-generated DCE RPC dissectors without warnings.
@@ -1888,7 +1888,7 @@ libdissectors_la_SOURCES = \
$(DISSECTOR_SUPPORT_SRC)
nodist_libdissectors_la_SOURCES = \
- $(NO_DIST_GENERATED_C_FILES)
+ $(NODIST_GENERATED_C_FILES)
subpkgincludedir = $(pkgincludedir)/epan/dissectors
@@ -1967,7 +1967,7 @@ CLEANFILES = \
*~
DISTCLEANFILES = \
- $(NO_DIST_GENERATED_FILES)
+ $(NODIST_GENERATED_FILES)
MAINTAINERCLEANFILES = \
packet-ncp2222.c