Skip to content

Commit

Permalink
add err.h and tree.h as extra dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Nov 3, 2024
1 parent d3e9420 commit 50be39e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ AC_CHECK_HEADER([sys/tree.h], [], [
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
openbsd-compat/Makefile
])
AC_OUTPUT
1 change: 1 addition & 0 deletions openbsd-compat/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXTRA_DIST = err.h tree/sys/tree.h

0 comments on commit 50be39e

Please sign in to comment.