aboutsummaryrefslogtreecommitdiff
path: root/Make.Rules
diff options
context:
space:
mode:
Diffstat (limited to 'Make.Rules')
-rw-r--r--Make.Rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/Make.Rules b/Make.Rules
index b685ab2..1ccead1 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -61,6 +61,9 @@ WARNINGS=-Wall -Wwrite-strings \
-Wnested-externs -Winline -Wshadow
LD=$(CC) -Wl,-x -shared
LDFLAGS := #-g
+LIBCAPLIB := -L$(topdir)/libcap -lcap
+LIBPSXLIB := -L$(topdir)/libcap -lpsx -lpthread
+
BUILD_GPERF := $(shell which gperf >/dev/null 2>/dev/null && echo yes)
SYSTEM_HEADERS = /usr/include