]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-auth: Remove external libraries from dependencies
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 22 Feb 2023 12:06:05 +0000 (14:06 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 23 Feb 2023 10:10:48 +0000 (12:10 +0200)
This just breaks compilation when they contain -L.

Broken in 5d632abbf571f8e9157b1526533d677a1b8eb829

src/lib-auth/Makefile.am

index 1e19092fa9d2ed722abfbeb533a7a574ab620924..eb523a49c3f6ecae0db68eb32ffb0173ee1e71b7 100644 (file)
@@ -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 = \