Skip to content

Commit fd8cbb4

Browse files
committed
Stop installing an internal header file
Fix #596
1 parent ab0d9b1 commit fd8cbb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ DISTCLEANFILES = libp11.map
44
CLEANFILES = libp11.pc
55
EXTRA_DIST = Makefile.mak libp11.rc.in pkcs11.rc.in
66

7-
noinst_HEADERS= libp11-int.h pkcs11.h p11_pthread.h
8-
include_HEADERS= libp11.h p11_err.h util.h
7+
noinst_HEADERS= libp11-int.h pkcs11.h p11_pthread.h util.h
8+
include_HEADERS= libp11.h p11_err.h
99
if ENABLE_STATIC_ENGINE
1010
lib_LTLIBRARIES = libp11.la libpkcs11.la
1111
else

0 commit comments

Comments
 (0)