Skip to content

Commit 283af6b

Browse files
committed
add err.h and tree.h as extra dist files
1 parent 7ca8884 commit 283af6b

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-socketmap
24

35
table_socketmap_SOURCES = table_socketmap.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
@@ -24,5 +24,6 @@ AC_CHECK_HEADER([sys/tree.h], [], [
2424
AC_CONFIG_HEADERS([config.h])
2525
AC_CONFIG_FILES([
2626
Makefile
27+
openbsd-compat/Makefile
2728
])
2829
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)