From 07df936e141f0fd3e23ca1e9f5a94e5f8783ced4 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 5 Mar 2025 06:48:43 -0500 Subject: [PATCH] this is no longer needed, we removed couchbase --- src/modules/rlm_couchbase/all.mk | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/modules/rlm_couchbase/all.mk diff --git a/src/modules/rlm_couchbase/all.mk b/src/modules/rlm_couchbase/all.mk deleted file mode 100644 index bd75fe1ae6..0000000000 --- a/src/modules/rlm_couchbase/all.mk +++ /dev/null @@ -1,27 +0,0 @@ -# This needs to be cleared explicitly, as the libfreeradius-json.mk -# might not always be available, and the TARGETNAME from the previous -# target may stick around. -TARGETNAME := --include $(top_builddir)/src/lib/json/all.mk -TARGET := - -# Check the targetname defined by libfreeradius-json.mk -# to verify we have json-c and the libfreeradius-json library. -ifneq "$(TARGETNAME)" "" - TARGETNAME := - - # Check the targetname from the local configure script - ifneq "$(TARGETNAME)" "" - TARGET := $(TARGETNAME)$(L) - endif -endif - -SOURCES := $(TARGETNAME).c mod.c couchbase.c - -SRC_CFLAGS := -TGT_LDLIBS := -TGT_PREREQS := libfreeradius-json.a - -# TODO: create man page -#MAN := rlm_couchbase.8 -LOG_ID_LIB = 7 -- 2.47.2