Skip to content

Commit

Permalink
Add headers to the Makefile.am
Browse files Browse the repository at this point in the history
The automake needs to know what files are part of the distribution
when making distribution tarball and to calculate the dependencies.
Add all used headers to the pkcs11_provider_la_SOURCES.

Signed-off-by: Ondřej Surý <ondrej@isc.org>
  • Loading branch information
oerdnj authored and simo5 committed Jul 22, 2022
1 parent 5267abd commit 64e6676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ pkcs11_provider_la_SOURCES = \
kdf.c \
keymgmt.c \
keys.c \
oasis/pkcs11.h \
oasis/pkcs11f.h \
oasis/pkcs11t.h \
pkcs11.h \
provider.h \
provider.c \
signature.c \
store.c \
Expand Down

0 comments on commit 64e6676

Please sign in to comment.