From 898b85821cbfa2c0b841e46d39a45b42e9891bfd Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 18 Sep 2018 08:38:57 +0200 Subject: [PATCH] ykcs11: allow the pkcs11 module to find headers from tool/ fixes #166 --- ykcs11/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ykcs11/Makefile.am b/ykcs11/Makefile.am index c60b4e5..5c98edd 100644 --- a/ykcs11/Makefile.am +++ b/ykcs11/Makefile.am @@ -30,6 +30,7 @@ SUBDIRS = . tests AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = $(OPENSSL_CFLAGS) $(PCSC_CFLAGS) AM_CPPFLAGS += -I$(top_srcdir)/lib -I$(top_builddir)/lib +AM_CPPFLAGS += -I$(top_srcdir)/tool -I$(top_builddir)/tool lib_LTLIBRARIES = libykcs11.la