aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-11-22 08:17:28 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-11-22 08:17:44 +0100
commit47e531197b18a0e9806bf8e3a2e69f203f5efd13 (patch)
treed2cbe1bd24b0427e69287fc9d83de5bd212f4761 /lib/lz4/Makemodule.am
parent26c72e77a466d6ee6291686fede2d9cfc958474c (diff)
Get rid of the built-in copy of LZ4
On Linux or BSD distributions we have a native version installed via package manager. On Windows, we can just build it from source like the other libraries. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/lz4/Makemodule.am')
-rw-r--r--lib/lz4/Makemodule.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/lz4/Makemodule.am b/lib/lz4/Makemodule.am
deleted file mode 100644
index 89e480f..0000000
--- a/lib/lz4/Makemodule.am
+++ /dev/null
@@ -1,10 +0,0 @@
-if WITH_OWN_LZ4
-liblz4_la_SOURCES = lib/lz4/lz4.c lib/lz4/lz4.h
-liblz4_la_SOURCES += lib/lz4/lz4hc.c lib/lz4/lz4hc.h
-
-liblz4_la_CPPFLAGS = -I$(top_srcdir)/lib/lz4 -DLZ4_HEAPMODE=1
-
-noinst_LTLIBRARIES += liblz4.la
-endif
-
-EXTRA_DIST += lib/lz4/README