From 3f13da890649b8cb88e8e2e39872831c13567a1e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 4 Mar 2013 16:34:00 +0000 Subject: Build with the libtasn1 CFLAGS properly Tweaks by: Roman Bogorodskiy https://bugs.freedesktop.org/show_bug.cgi?id=61739 --- tools/tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/tests') 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 \ -- cgit v1.1