mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 00:07:52 +08:00
14 lines
331 B
Diff
14 lines
331 B
Diff
|
diff --git a/libcap/Makefile b/libcap/Makefile
|
||
|
index f5dde3e..4eb13aa 100644
|
||
|
--- a/libcap/Makefile
|
||
|
+++ b/libcap/Makefile
|
||
|
@@ -25,7 +25,7 @@ CFLAGS += -fPIC
|
||
|
# executable
|
||
|
MAGIC=-Wl,-e,__so_start
|
||
|
|
||
|
-INCLS=libcap.h cap_names.h $(INCS)
|
||
|
+INCLS=libcap.h $(INCS)
|
||
|
GPERF_OUTPUT = _caps_output.gperf
|
||
|
|
||
|
CAPOBJS=$(addsuffix .o, $(CAPFILES))
|