# that building the target succeeds.
#
#ifneq "$(MAKECMDGOALS)" "$(TARGET)"
-#load ${BUILD_DIR}/lib/.libs/libfreeradius-make-dlopen.dylib(dlopen_gmk_setup)
+#load ${BUILD_DIR}/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT}(dlopen_gmk_setup)
#$(info $(dlopen /home/foo/libcrypto,ASN1_verify,/home/user,/foo,/usr/local/Cellar/openssl@1.1/1.1.1d/lib))
#$(info $(dlsym libcrypto,ASN1_verify))
/*
* The only exported symbol
*/
-int libfreeradius_gmk_setup(void);
+int version_gmk_setup(void);
/*
* GNU make insists on this in a loadable object.
return bool_to_str(res);
}
-int libfreeradius_gmk_setup(void)
+int version_gmk_setup(void)
{
gmk_add_function("version_gt", &make_version_gt, 2, 2, 0); /* min 1, max 1, please expand the input string */
gmk_add_function("version_lt", &make_version_lt, 2, 2, 0); /* min 1, max 1, please expand the input string */
# that building the target succeeds.
#
#ifneq "$(MAKECMDGOALS)" "$(TARGET)"
-#load ${BUILD_DIR}/lib/.libs/libfreeradius-make-dlopen.dylib(dlopen_gmk_setup)
+#load ${BUILD_DIR}/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT}(version_gmk_setup)
#$(info $(dlopen /home/foo/libcrypto,ASN1_verify,/home/user,/foo,/usr/local/Cellar/openssl@1.1/1.1.1d/lib))
#$(info $(dlsym libcrypto,ASN1_verify))