summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-08-10 17:33:34 -0700
committerElliott Hughes <enh@google.com>2021-08-12 16:24:12 -0700
commit33bf9751da479e7b5a99f413426ab90f5b704453 (patch)
treefcdf2ba6814f8d5611f8b2d204b3bc9b20d145ec /Makefile.am
parent667f64dc71313399b79837222985a92ade9c1c2a (diff)
downloadexpat-33bf9751da479e7b5a99f413426ab90f5b704453.tar.gz
Upgrade expat to R_2_4_1
Test: make Change-Id: I4a5decaf80b7aa290b5539c67c93c5f44720cd04
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f3b6606..6847d083 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@
# \___/_/\_\ .__/ \__,_|\__|
# |_| XML parser
#
-# Copyright (c) 2017 Expat development team
+# Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org>
+# Copyright (c) 2018 KangLin <kl222@126.com>
# Licensed under the MIT license:
#
# Permission is hereby granted, free of charge, to any person obtaining
@@ -65,6 +66,9 @@ cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@
_EXTRA_DIST_CMAKE = \
+ cmake/autotools/expat-noconfig__linux.cmake.in \
+ cmake/autotools/expat-noconfig__macos.cmake.in \
+ cmake/autotools/expat-noconfig__windows.cmake.in \
cmake/autotools/expat-package-init.cmake \
cmake/mingw-toolchain.cmake \
\
@@ -85,7 +89,6 @@ EXTRA_DIST = \
\
conftools/expat.m4 \
conftools/get-version.sh \
- conftools/PrintPath \
\
xmlwf/xmlwf_helpgen.py \
xmlwf/xmlwf_helpgen.sh \