From 50be39ee6b1bde1a8400401b90c841590d5ac7db Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 3 Nov 2024 12:24:37 +0000 Subject: [PATCH] add err.h and tree.h as extra dist files --- Makefile.am | 2 ++ configure.ac | 1 + openbsd-compat/Makefile.am | 1 + 3 files changed, 4 insertions(+) create mode 100644 openbsd-compat/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2e45055..c687904 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = openbsd-compat + noinst_PROGRAMS = table-mysql table_mysql_SOURCES = table_mysql.c dict.c log.c table_stdio.c util.c diff --git a/configure.ac b/configure.ac index b010939..e8c8bce 100644 --- a/configure.ac +++ b/configure.ac @@ -34,5 +34,6 @@ AC_CHECK_HEADER([sys/tree.h], [], [ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ Makefile + openbsd-compat/Makefile ]) AC_OUTPUT diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am new file mode 100644 index 0000000..c20ae0c --- /dev/null +++ b/openbsd-compat/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = err.h tree/sys/tree.h