From ad6f8f119095090f0a989bcba42a55b3d57ec5a9 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 27 May 2022 21:07:04 +0300 Subject: [PATCH] thirdparty: include in EXTRA_DIST For autotools. --- lib/thirdparty/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/thirdparty/Makefile.am diff --git a/lib/thirdparty/Makefile.am b/lib/thirdparty/Makefile.am new file mode 100644 index 00000000..7b3af9b2 --- /dev/null +++ b/lib/thirdparty/Makefile.am @@ -0,0 +1,22 @@ +## Copyright (C) 2022 Dirk-Jan C. Binnema +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software Foundation, +## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +include $(top_srcdir)/gtest.mk + +EXTRA_DIST= \ + expected.hpp \ + optional.hpp \ + tabulate.hpp