Skip to content

Commit 6b5ba64

Browse files
committed
add err.h and tree.h as extra dist files
1 parent 747bcdf commit 6b5ba64

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
SUBDIRS = openbsd-compat
2+
13
noinst_PROGRAMS = table-postgres
24

35
table_postgres_SOURCES = table_postgres.c dict.c log.c table_stdio.c util.c

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ AC_CHECK_HEADER([sys/tree.h], [], [
2828
AC_CONFIG_HEADERS([config.h])
2929
AC_CONFIG_FILES([
3030
Makefile
31+
openbsd-compat/Makefile
3132
])
3233
AC_OUTPUT

openbsd-compat/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EXTRA_DIST = err.h tree/sys/tree.h

0 commit comments

Comments
 (0)