summaryrefslogtreecommitdiff
path: root/common/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 /common/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 'common/tests')
-rw-r--r--common/tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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 \