From 334a67f0de638e730e7a93b814f5c939d2e47c0a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 4 May 2025 18:34:57 +0200 Subject: [PATCH] add missing makefile.am, copied from previous cppduals/duals --- src/include/cppduals/duals/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/cppduals/duals/Makefile.am diff --git a/src/include/cppduals/duals/Makefile.am b/src/include/cppduals/duals/Makefile.am new file mode 100644 index 000000000..406a81365 --- /dev/null +++ b/src/include/cppduals/duals/Makefile.am @@ -0,0 +1,6 @@ +## Process this file with automake to produce Makefile.in + +noinst_HEADERS = \ + dual + +MAINTAINERCLEANFILES = Makefile.in