]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
all.mk is built by configure
authorNick Porter <nick@portercomputing.co.uk>
Fri, 1 Mar 2024 10:26:27 +0000 (10:26 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 1 Mar 2024 10:26:27 +0000 (10:26 +0000)
src/modules/rlm_brotli/.gitignore [new file with mode: 0644]
src/modules/rlm_brotli/all.mk [deleted file]

diff --git a/src/modules/rlm_brotli/.gitignore b/src/modules/rlm_brotli/.gitignore
new file mode 100644 (file)
index 0000000..01a5daa
--- /dev/null
@@ -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 (file)
index f28d1f5..0000000
+++ /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