summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-03 06:25:09 +0000
committerJoão Valverde <j@v6e.pt>2016-03-03 06:27:42 +0000
commitbfe5e10043c5f31d8360b07bed543a26154eb01c (patch)
treeddf2b5dbd0d84fface5cf24c3b0f618994780c9d
parent10b1d1fcf3ec0c18572c09702b86bd7328bde868 (diff)
downloadwireshark-bfe5e10043c5f31d8360b07bed543a26154eb01c.tar.gz
Add CMakeListsCustom.txt.example to distribution
Change-Id: I81cebd467692d4193772ca0814fb82c06658006e Reviewed-on: https://code.wireshark.org/review/14312 Reviewed-by: João Valverde <j@v6e.pt>
-rw-r--r--epan/Makefile.am3
-rw-r--r--epan/crypt/Makefile.am3
-rw-r--r--epan/dissectors/Makefile.am3
3 files changed, 5 insertions, 4 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index b64d4de846..9c79ba5468 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -93,8 +93,7 @@ EXTRA_DIST = \
exntest.c \
oids_test.c \
doxygen.cfg.in \
- CMakeLists.txt \
- CMakeListsCustom.txt.example
+ CMakeLists.txt
CLEANFILES = \
doxygen-epan.tag \
diff --git a/epan/crypt/Makefile.am b/epan/crypt/Makefile.am
index a6356ab968..de2016ac76 100644
--- a/epan/crypt/Makefile.am
+++ b/epan/crypt/Makefile.am
@@ -44,7 +44,8 @@ EXTRA_DIST = \
Custom.common \
Makefile.common \
Makefile.nmake \
- CMakeLists.txt
+ CMakeLists.txt \
+ CMakeListsCustom.txt.example
checkapi:
$(PERL) $(top_srcdir)/tools/checkAPIs.pl -g termoutput -build \
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 4a9e97d8d7..699bdef891 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -55,7 +55,8 @@ EXTRA_DIST = \
packet-ncp2222.inc \
README.X11 \
x11-fields \
- CMakeLists.txt
+ CMakeLists.txt \
+ CMakeListsCustom.txt.example
packet-ncp2222.c : $(top_srcdir)/tools/ncp2222.py
$(AM_V_python)$(PYTHON) $(top_srcdir)/tools/ncp2222.py -o $@