Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Fridrich <[email protected]>
  • Loading branch information
ZoltanFridrich committed Sep 27, 2023
1 parent d6c07a2 commit 9ad450d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ noinst_LTLIBRARIES += libp11-asn1.la
libp11_asn1_la_SOURCES = \
common/asn1.c common/asn1.h \
common/oid.c common/oid.h \
common/persist.c common/persist.h \
$(asn_h) \
$(NULL)

Expand Down
4 changes: 2 additions & 2 deletions p11-kit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,8 @@ mock_twelve_la_LDFLAGS = $(mock_one_la_LDFLAGS)
mock_twelve_la_LIBADD = $(mock_one_la_LIBADD)

mock_thirteen_la_SOURCES = p11-kit/mock-module-ep11.c
mock_thirteen_la_LDFLAGS = $(mock_one_la_LDFLAGS)
mock_thirteen_la_LIBADD = $(mock_one_la_LIBADD)
mock_thirteen_la_LDFLAGS = $(mock_one_la_LDFLAGS) $(LIBTASN1_CFLAGS)
mock_thirteen_la_LIBADD = $(mock_one_la_LIBADD) $(asn1_LIBS)

EXTRA_DIST += \
p11-kit/fixtures \
Expand Down
2 changes: 0 additions & 2 deletions trust/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ TRUST_SRCS = \
trust/digest.c trust/digest.h \
trust/index.c trust/index.h \
trust/parser.c trust/parser.h \
trust/persist.c trust/persist.h \
trust/module.c trust/module.h \
trust/save.c trust/save.h \
trust/session.c trust/session.h \
Expand Down Expand Up @@ -98,7 +97,6 @@ trust_trust_CFLAGS = \
trust_trust_SOURCES = \
trust/anchor.c trust/anchor.h \
trust/parser.c trust/parser.h \
trust/persist.c trust/persist.h \
trust/digest.c trust/digest.h \
trust/dump.c trust/dump.h \
trust/enumerate.c trust/enumerate.h \
Expand Down

0 comments on commit 9ad450d

Please sign in to comment.