diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 3 | ||||
-rw-r--r-- | common/tests/Makefile.am | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 96000dd..9e459b5 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -50,6 +50,9 @@ libp11_data_la_SOURCES = \ x509.c x509.h \ $(NULL) +libp11_data_la_CFLAGS = \ + $(LIBTASN1_CFLAGS) + asn: asn1Parser -o pkix.asn.h pkix.asn asn1Parser -o openssl.asn.h openssl.asn 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 \ |