aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-17 21:44:22 +0100
committerGilles Chehade <gilles@poolp.org>2019-11-17 21:44:22 +0100
commitc244b03eae7f4f701d11d76c761b4cec4b048681 (patch)
tree65040bf2bb53199ddfcab79f5e22457b94cf6569 /contrib
parentfix pledge() detection and fix argv on systems with setproctitle (diff)
downloadOpenSMTPD-c244b03eae7f4f701d11d76c761b4cec4b048681.tar.xz
OpenSMTPD-c244b03eae7f4f701d11d76c761b4cec4b048681.zip
rename libopenbsd-compat to libopenbsd
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libexec/encrypt/Makefile.am2
-rw-r--r--contrib/libexec/mail.local/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libexec/encrypt/Makefile.am b/contrib/libexec/encrypt/Makefile.am
index c1d8e1cb..6ad7b82d 100644
--- a/contrib/libexec/encrypt/Makefile.am
+++ b/contrib/libexec/encrypt/Makefile.am
@@ -5,7 +5,7 @@ encrypt_SOURCES += $(top_srcdir)/smtpd/log.c
AM_CPPFLAGS = -I$(top_srcdir)/openbsd-compat
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)
diff --git a/contrib/libexec/mail.local/Makefile.am b/contrib/libexec/mail.local/Makefile.am
index d15f59ec..97325c74 100644
--- a/contrib/libexec/mail.local/Makefile.am
+++ b/contrib/libexec/mail.local/Makefile.am
@@ -8,7 +8,7 @@ EXTRA_DIST = mail.local.h pathnames.h
AM_CPPFLAGS = -I$(top_srcdir)/openbsd-compat
-LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
+LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd.a
LDADD = $(LIBCOMPAT)