aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-07-17 16:54:23 -0500
committerBrent Cook <bcook@openbsd.org>2015-07-17 16:54:23 -0500
commita1a0f2c6e2c3029020d0f6d0a4277483af05822e (patch)
tree9a92211446e69453753840ad2a945bf8c38dcd39 /include/Makefile.am
parentfafc3e47f24d9ac25eb41221e2d91ee0b17f5c5b (diff)
downloadportable-a1a0f2c6e2c3029020d0f6d0a4277483af05822e.tar.gz
portable-a1a0f2c6e2c3029020d0f6d0a4277483af05822e.tar.bz2
portable-a1a0f2c6e2c3029020d0f6d0a4277483af05822e.zip
implement compatibility shim for __warn_references
This will allow us to warn about deprecated function references at link-time.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index b620938..92ee9e7 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -21,6 +21,7 @@ noinst_HEADERS += machine/endian.h
21noinst_HEADERS += netinet/in.h 21noinst_HEADERS += netinet/in.h
22noinst_HEADERS += netinet/tcp.h 22noinst_HEADERS += netinet/tcp.h
23 23
24noinst_HEADERS += sys/cdefs.h
24noinst_HEADERS += sys/ioctl.h 25noinst_HEADERS += sys/ioctl.h
25noinst_HEADERS += sys/mman.h 26noinst_HEADERS += sys/mman.h
26noinst_HEADERS += sys/select.h 27noinst_HEADERS += sys/select.h