diff options
Diffstat (limited to 'common/tests')
-rw-r--r-- | common/tests/Makefile.am | 4 |
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 \ |