summaryrefslogtreecommitdiff
path: root/apt-pkg/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r--apt-pkg/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index 45dcddfe3..f4e750d34 100644
--- a/apt-pkg/makefile
+++ b/apt-pkg/makefile
@@ -25,6 +25,9 @@ endif
ifeq ($(HAVE_LZMA),yes)
SLIBS+= -llzma
endif
+ifeq ($(HAVE_LZ4),yes)
+SLIBS+= -llz4
+endif
APT_DOMAIN:=libapt-pkg$(LIBAPTPKG_MAJOR)
SOURCE = $(wildcard *.cc */*.cc)