summaryrefslogtreecommitdiff
path: root/tools/tests
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-03-04 16:34:00 +0000
committerStef Walter <stefw@gnome.org>2013-03-04 18:55:47 +0100
commit3f13da890649b8cb88e8e2e39872831c13567a1e (patch)
treebaaeef0b21c8c96325babb77f3d91eaac65eeda7 /tools/tests
parent14b3b3d158bdd874f5bbd626f948d20e78b38f01 (diff)
Build with the libtasn1 CFLAGS properly
Tweaks by: Roman Bogorodskiy <bogorodskiy@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=61739
Diffstat (limited to 'tools/tests')
-rw-r--r--tools/tests/Makefile.am4
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 \