]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-regex: Remove LIBPCRE_LIBS from test dependencies
authorAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 31 Oct 2025 10:53:33 +0000 (12:53 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 31 Oct 2025 19:26:07 +0000 (19:26 +0000)
Was accidentically added in 49ae6e798310e5c4b96709db435a3714ea6468a8

src/lib-regex/Makefile.am

index 60f43d97797e2e4764bb8bcdb718867e6fc2922b..9d26d27fa103ea7b121a67ed61a7a6048a6a2ae1 100644 (file)
@@ -34,7 +34,7 @@ test_regex_LDADD = libdregex.la \
                   ../lib-test/libtest.la \
                   ../lib/liblib.la \
                   $(LIBPCRE_LIBS)
-test_regex_DEPENDENCIES = libdregex.la $(LIBPCRE_LIBS)
+test_regex_DEPENDENCIES = libdregex.la
 
 check-local:
        for bin in $(test_programs); do \