Skip to content

Commit 7ce1f7c

Browse files
minfrinmtrojnar
authored andcommitted
Add missing files to autotools: "make dist" works again.
1 parent 5e25cc8 commit 7ce1f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SHARED_EXT=@SHARED_EXT@
1414

1515
libp11_la_SOURCES = libpkcs11.c p11_attr.c p11_cert.c p11_err.c p11_ckr.c \
1616
p11_key.c p11_load.c p11_misc.c p11_rsa.c p11_ec.c p11_pkey.c \
17-
p11_slot.c p11_front.c p11_atfork.c libp11.exports
17+
p11_slot.c p11_front.c p11_atfork.c p11_pthread.h libp11.exports
1818
if WIN32
1919
libp11_la_SOURCES += libp11.rc
2020
else

tests/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EXTRA_DIST = engines.cnf.in rsa-common.sh ec-common.sh ec-no-pubkey.sh
1+
EXTRA_DIST = engines.cnf.in rsa-common.sh rsa-no-pubkey.sh ec-common.sh ec-no-pubkey.sh
22

33
AM_CFLAGS = $(OPENSSL_CFLAGS)
44
AM_CPPFLAGS = \

0 commit comments

Comments
 (0)