aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-21 07:34:01 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-21 19:53:53 -0500
commit0ec7cdcbadd66def45046d093919799d9af3c12e (patch)
treec10ee7dbe1cc54734710efea0a843e7796a32894 /include/Makefile.am
parent4335a49f515e860bdb3181e4562947cbd4032272 (diff)
downloadportable-0ec7cdcbadd66def45046d093919799d9af3c12e.tar.gz
portable-0ec7cdcbadd66def45046d093919799d9af3c12e.tar.bz2
portable-0ec7cdcbadd66def45046d093919799d9af3c12e.zip
include err.h shim
Includes compatible replacements, or uses system err.h if available. ok beck@ guenther@
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 7f8cfbd..889f775 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,6 +1,7 @@
1SUBDIRS = openssl 1SUBDIRS = openssl
2 2
3noinst_HEADERS = pqueue.h 3noinst_HEADERS = err.h
4noinst_HEADERS += pqueue.h
4noinst_HEADERS += stdlib.h 5noinst_HEADERS += stdlib.h
5noinst_HEADERS += string.h 6noinst_HEADERS += string.h
6noinst_HEADERS += unistd.h 7noinst_HEADERS += unistd.h