Skip to content

Commit

Permalink
Add the flags required for libtasn1 to libp11-asn1.la
Browse files Browse the repository at this point in the history
These were not copied when libp11-asn1.la was seperated from
libtrust-data.la as part of d8cc241
  • Loading branch information
MaxHearnden authored and ueno committed Dec 15, 2023
1 parent d49c92c commit 3f6233d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ libp11_asn1_la_SOURCES = \
$(asn_h) \
$(NULL)

libp11_asn1_la_CFLAGS = $(LIBTASN1_CFLAGS)

libp11_asn1_la_LIBADD = $(LIBTASN1_LIBS)

asn1_LIBS = \
libp11-asn1.la \
$(LIBTASN1_LIBS) \
Expand Down

0 comments on commit 3f6233d

Please sign in to comment.