From: Aki Tuomi Date: Wed, 22 Feb 2023 12:06:05 +0000 (+0200) Subject: lib-auth: Remove external libraries from dependencies X-Git-Tag: 2.4.0~2958 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba1786d57605a03fab4455236e541b0dd7d5f49;p=thirdparty%2Fdovecot%2Fcore.git lib-auth: Remove external libraries from dependencies This just breaks compilation when they contain -L. Broken in 5d632abbf571f8e9157b1526533d677a1b8eb829 --- diff --git a/src/lib-auth/Makefile.am b/src/lib-auth/Makefile.am index 1e19092fa9..eb523a49c3 100644 --- a/src/lib-auth/Makefile.am +++ b/src/lib-auth/Makefile.am @@ -23,9 +23,6 @@ libauth_la_SOURCES = \ libauth_la_LIBADD = \ $(LIBSODIUM_LIBS) \ $(CRYPT_LIBS) -libauth_la_DEPENDENCIES = \ - $(LIBSODIUM_LIBS) \ - $(CRYPT_LIBS) headers = \ mycrypt.h \ @@ -65,6 +62,7 @@ test_password_scheme_LDADD = \ $(CRYPT_LIBS) \ $(LIBSODIUM_LIBS) test_password_scheme_DEPENDENCIES = \ + ../lib-otp/libotp.la \ $(test_deps) test_auth_scram_SOURCES = \