From ddb4f6ff456f2152afecd190c44e1a4ff6cacb2f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 16 Feb 2018 10:43:58 +0100 Subject: ffi: Split header up at the module boundaries. - The header was already unwieldy, and we did not even include accessors for all the data structures we currently have. --- ffi/examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffi/examples/Makefile') diff --git a/ffi/examples/Makefile b/ffi/examples/Makefile index 730cee1c..aa1da727 100644 --- a/ffi/examples/Makefile +++ b/ffi/examples/Makefile @@ -1,7 +1,7 @@ # Makefile for examples written in C. TARGETS = example keyserver configure -CFLAGS = -I../src -O0 -g -Wall +CFLAGS = -I../include -O0 -g -Wall LDFLAGS = -L../../target/debug -lsequoia_ffi all: $(TARGETS) @@ -9,4 +9,4 @@ all: $(TARGETS) clean: rm -f $(TARGETS) -$(TARGETS): ../src/sequoia.h +$(TARGETS): ../include/sequoia.h -- cgit v1.2.3