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 --- trust/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'trust') diff --git a/trust/Makefile.am b/trust/Makefile.am index 92c122d..86bbab4 100644 --- a/trust/Makefile.am +++ b/trust/Makefile.am @@ -7,6 +7,7 @@ COMMON = $(top_srcdir)/common INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/common \ + $(LIBTASN1_CFLAGS) \ $(NULL) MODULE_SRCS = \ -- cgit v1.1