summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-12-17 22:05:49 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-12-17 22:05:49 -0500
commitc52635fce35aa7d2e4414a44bac9fe06dfb56885 (patch)
treecb84f43d5e888ce429f30f6df5d45d8357af9bdf /Makefile
parentfb7a61add741b28ae6c91787373bdb544b2e751b (diff)
downloadbfs-c52635fce35aa7d2e4414a44bac9fe06dfb56885.tar.xz
Implement -acl test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f304ab1..ad997b1 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ LOCAL_LDLIBS :=
ifeq ($(OS),Linux)
LOCAL_LDFLAGS += -Wl,--as-needed
-LOCAL_LDLIBS += -lcap -lrt
+LOCAL_LDLIBS += -lacl -lcap -lrt
endif
ALL_CPPFLAGS = $(LOCAL_CPPFLAGS) $(CPPFLAGS)