aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-20 18:42:48 +0200
committerGitHub <noreply@github.com>2020-05-20 18:42:48 +0200
commitb16986b32d4da99b02fa9901f97593ae344c9b90 (patch)
tree3ea5a748de013a66478733c71d28b453c4065c49
parentmove back (diff)
parentDo not install asr.h (diff)
downloadOpenSMTPD-b16986b32d4da99b02fa9901f97593ae344c9b90.tar.xz
OpenSMTPD-b16986b32d4da99b02fa9901f97593ae344c9b90.zip
Merge pull request #1061 from ryanakca/no_asr.h
Do not install asr.h
-rw-r--r--openbsd-compat/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index f5d9a02e..01a3efe7 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -17,8 +17,6 @@ libopenbsd_a_SOURCES += libasr/getnameinfo_async.c
libopenbsd_a_SOURCES += libasr/getnetnamadr_async.c
libopenbsd_a_SOURCES += libasr/res_search_async.c
libopenbsd_a_SOURCES += libasr/res_send_async.c
-
-include_HEADERS = libasr/asr.h
endif