Skip to content

Commit

Permalink
Move persist files to Common subdirectory
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Fridrich <[email protected]>
  • Loading branch information
ZoltanFridrich committed Oct 2, 2023
1 parent 5b13c85 commit f97473d
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ 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 \
common/types.h \
$(asn_h) \
$(NULL)

Expand Down
1 change: 1 addition & 0 deletions common/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ if with_asn1
libp11_asn1_sources = [
'asn1.c',
'oid.c',
'persist.c',
]

basic_asn_h = custom_target(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# List of source files which contain translatable strings.
common/persist.c
common/tool.c
p11-kit/add-profile.c
p11-kit/conf.c
Expand Down Expand Up @@ -34,7 +35,6 @@ trust/extract-pem.c
trust/list.c
trust/module.c
trust/parser.c
trust/persist.c
trust/save.c
trust/token.c
trust/trust.c
3 changes: 0 additions & 3 deletions trust/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ 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 \
trust/token.c trust/token.h \
trust/types.h \
$(NULL)

configdir = $(p11_package_config_modules)
Expand Down Expand Up @@ -98,7 +96,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
2 changes: 0 additions & 2 deletions trust/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ libtrust_sources = [
'digest.c',
'index.c',
'parser.c',
'persist.c',
'module.c',
'save.c',
'session.c',
Expand Down Expand Up @@ -57,7 +56,6 @@ trust_sources = [
'anchor.c',
'check-format.c',
'parser.c',
'persist.c',
'digest.c',
'dump.c',
'enumerate.c',
Expand Down

0 comments on commit f97473d

Please sign in to comment.