Skip to content

Commit

Permalink
95% functional rlm_cache_redis driver
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 20, 2015
1 parent 68038b7 commit 525aa2c
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/modules/rlm_cache/drivers/rlm_cache_redis/all.mk
@@ -0,0 +1,11 @@
-include libfreeradius-redis.mk

ifneq "${TARGETNAME}" ""
TARGETNAME := rlm_cache_redis
TARGET := $(TARGETNAME).a
endif

SOURCES := $(TARGETNAME).c

SRC_CFLAGS += -I$(top_builddir)/src/modules/rlm_redis
TGT_PREREQS := libfreeradius-redis.a

0 comments on commit 525aa2c

Please sign in to comment.