From f980313710ed561629151688da286546fc44e714 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 12 Aug 2017 19:16:14 +0200 Subject: [PATCH] Makefile.am: Extract variables for CMake and Windows files --- expat/Makefile.am | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/expat/Makefile.am b/expat/Makefile.am index 5e34156c..c458c70e 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -46,20 +46,26 @@ pkgconfig_DATA = expat.pc pkgconfigdir = $(libdir)/pkgconfig +_EXTRA_DIST_CMAKE = \ + CMakeLists.txt \ + CMake.README \ + ConfigureChecks.cmake \ + expat_config.h.cmake + +_EXTRA_DIST_WINDOWS = \ + win32/expat.iss \ + win32/MANIFEST.txt \ + win32/README.txt + EXTRA_DIST = \ + $(_EXTRA_DIST_CMAKE) \ + $(_EXTRA_DIST_WINDOWS) \ + \ conftools/expat.m4 \ conftools/get-version.sh \ conftools/PrintPath \ \ - win32/expat.iss \ - win32/MANIFEST.txt \ - win32/README.txt \ - \ Changes \ - CMakeLists.txt \ - CMake.README \ - ConfigureChecks.cmake \ - expat_config.h.cmake \ README.md \ test-driver-wrapper.sh -- 2.40.0