Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-05-10 14:09:20 +0300
committerGitHub <noreply@github.com>2022-05-10 14:09:20 +0300
commitc77afab7ce06f362b3e5184da78a4fb2396c498e (patch)
tree658c887b04118299652195d3a243737c1578c6d6
parent79619b699107a06fad5b3c50a619cb86ab48109e (diff)
Force library to be statically built only (#51)
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 83b5171..503679a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,6 +38,8 @@ noinst_HEADERS = \
lib_LTLIBRARIES = librfxencode.la
+librfxencode_la_LDFLAGS = -all-static
+
librfxencode_la_SOURCES = $(noinst_HEADERS) rfxencode.c \
rfxencode_compose.c rfxencode_tile.c rfxencode_dwt.c \
rfxencode_quantization.c rfxencode_differential.c \