]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "We don't need this explicit linkage"
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 19:56:37 +0000 (13:56 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 19:56:37 +0000 (13:56 -0600)
This reverts commit 99fd88ca8cd750654fdd661772b8d37ca469c1e7.

src/listen/ldap_sync/proto_ldap_sync_ldap.mk

index 2c59f9d2142fb4edfdf595831be8dd28604cad17..87e04e4cc889b166f583e22143defe86aa010f2b 100644 (file)
@@ -8,4 +8,4 @@ endif
 
 SOURCES                := proto_ldap_sync_ldap.c rfc4533.c persistent_search.c active_directory.c
 
-TGT_PREREQS    := libfreeradius-ldap$(L) libfreeradius-internal$(L)
+TGT_PREREQS    := proto_ldap_sync$(L) libfreeradius-ldap$(L) libfreeradius-internal$(L)