summaryrefslogtreecommitdiffstats
path: root/ffi/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/examples/Makefile')
-rw-r--r--ffi/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffi/examples/Makefile b/ffi/examples/Makefile
index 4ca01078..a8d2baa1 100644
--- a/ffi/examples/Makefile
+++ b/ffi/examples/Makefile
@@ -5,8 +5,8 @@ CARGO_TARGET_DIR ?= $(shell pwd)/../../target
# We currently only support absolute paths.
CARGO_TARGET_DIR := $(abspath $(CARGO_TARGET_DIR))
-TARGETS = example keyserver configure reader parser encrypt-for armor
-CFLAGS = -I../include -O0 -g -Wall -Werror
+TARGETS = keyserver configure
+CFLAGS = -I../include -I../../openpgp-ffi/include -O0 -g -Wall -Werror
LDFLAGS = -L$(CARGO_TARGET_DIR)/debug -lsequoia_ffi
all: $(TARGETS)