diff options
Diffstat (limited to 'tests/pkcs12-decode/Makefile.am')
-rw-r--r-- | tests/pkcs12-decode/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am index 8a62aee767..82202a1cf2 100644 --- a/tests/pkcs12-decode/Makefile.am +++ b/tests/pkcs12-decode/Makefile.am @@ -36,3 +36,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ AM_LDFLAGS = -no-install LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la ../../lgl/liblgnu.la ../libutils.la +if ENABLE_MINITASN1 + +AM_CPPFLAGS += -I$(top_srcdir)/lib/minitasn1 + +endif |