From 65a69cdd8f4a972a162c31baab673ca242b4f3d2 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Mon, 3 Apr 2023 17:35:00 +0900 Subject: [PATCH] third_party: Update Makefile.am to fix `make distcheck` --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index eab126c1..8a3bca7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ endif # This should not be dictionary order but build order SUBDIRS = \ + third_party \ third_party/tomlc99 \ common \ vnc \