From 44b56c485efdede5a561e99ceca9c42c66c3c7db Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 22 Jan 2021 22:06:44 -0600 Subject: [PATCH] asn1: Fix Makefile.am --- lib/asn1/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 55b13544c..02356bfc8 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -145,7 +145,7 @@ check_gen_template_LDADD = \ libasn1.la \ $(LIB_roken) -check_gen_CFLAGS = -DIMPLICIT_TAGGING_WORKS +check_gen_CPPFLAGS = -DIMPLICIT_TAGGING_WORKS check_gen_LDADD = \ libasn1.la \ $(LIB_roken)