From: Alan T. DeKok Date: Wed, 5 Mar 2025 11:48:43 +0000 (-0500) Subject: this is no longer needed, we removed couchbase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07df936e141f0fd3e23ca1e9f5a94e5f8783ced4;p=thirdparty%2Ffreeradius-server.git this is no longer needed, we removed couchbase --- 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