From: Nick Porter Date: Fri, 1 Mar 2024 10:26:27 +0000 (+0000) Subject: all.mk is built by configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a22c04e64ee237ad911bcbea19e517b50366cf;p=thirdparty%2Ffreeradius-server.git all.mk is built by configure --- diff --git a/src/modules/rlm_brotli/.gitignore b/src/modules/rlm_brotli/.gitignore new file mode 100644 index 00000000000..01a5daa3cc5 --- /dev/null +++ b/src/modules/rlm_brotli/.gitignore @@ -0,0 +1 @@ +all.mk diff --git a/src/modules/rlm_brotli/all.mk b/src/modules/rlm_brotli/all.mk deleted file mode 100644 index f28d1f5918b..00000000000 --- a/src/modules/rlm_brotli/all.mk +++ /dev/null @@ -1,24 +0,0 @@ -####################################################################### -# -# TARGET should be set by autoconf only. Don't touch it. -# -# The SOURCES definition should list ALL source files. -# -# SRC_CFLAGS defines addition C compiler flags. You usually don't -# want to modify this, though. Get it from autoconf. -# -# The TGT_LDLIBS definition should list ALL required libraries. -# -####################################################################### - -TARGETNAME := rlm_brotli - -ifneq "$(TARGETNAME)" "" -TARGET := $(TARGETNAME)$(L) -endif - -SOURCES := $(TARGETNAME).c - -SRC_CFLAGS := -isystem /opt/homebrew/include/ -isystem /opt/homebrew/include/ -TGT_LDLIBS := -lbrotlidec -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -lbrotlienc -LOG_ID_LIB = 61