summaryrefslogtreecommitdiffstats
path: root/ffi/examples/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-02-28 16:05:52 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-02-28 18:27:14 +0100
commit70918970bb7ef7436cc1386a88e9e41a07cc1b44 (patch)
tree221a6edd68ddbaa6044e3d3402fbc3a27ce7553d /ffi/examples/Makefile
parent7df799b20555785c6591e824c967898f4683a644 (diff)
ffi: Bind {reader,writer}-related functions in the openpgp module.
- Bind the armor filters, as well as the reader-based constructor of TPK.
Diffstat (limited to 'ffi/examples/Makefile')
-rw-r--r--ffi/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/examples/Makefile b/ffi/examples/Makefile
index aa1da727..d3fff15e 100644
--- a/ffi/examples/Makefile
+++ b/ffi/examples/Makefile
@@ -1,6 +1,6 @@
# Makefile for examples written in C.
-TARGETS = example keyserver configure
+TARGETS = example keyserver configure reader
CFLAGS = -I../include -O0 -g -Wall
LDFLAGS = -L../../target/debug -lsequoia_ffi