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 --- common/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/tests') diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am index 3ef4471..8fcbeab 100644 --- a/common/tests/Makefile.am +++ b/common/tests/Makefile.am @@ -33,6 +33,10 @@ LDADD += \ $(LIBTASN1_LIBS) \ $(NULL) +INCLUDES += \ + $(LIBTASN1_CFLAGS) \ + $(NULL) + CHECK_PROGS += \ test-asn1 \ test-checksum \ -- cgit v1.1