diff options
Diffstat (limited to 'tools/tests')
-rw-r--r-- | tools/tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tests/Makefile.am b/tools/tests/Makefile.am index 4239a41..a74c981 100644 --- a/tools/tests/Makefile.am +++ b/tools/tests/Makefile.am @@ -16,7 +16,9 @@ INCLUDES = \ -I$(srcdir)/.. \ -I$(COMMON) \ -DP11_KIT_FUTURE_UNSTABLE_API \ - $(CUTEST_CFLAGS) + $(LIBTASN1_CFLAGS) \ + $(CUTEST_CFLAGS) \ + $(NULL) LDADD = \ $(top_builddir)/p11-kit/libp11-kit.la \ |