Skip to content

Commit

Permalink
Don't include libp11.rc VERSIONINFO into pkcs11
Browse files Browse the repository at this point in the history
  • Loading branch information
mlt authored and mtrojnar committed Dec 2, 2024
1 parent 9f8deaf commit 2209d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ SHARED_EXT=@SHARED_EXT@
libp11_la_SOURCES = libpkcs11.c p11_attr.c p11_cert.c p11_err.c p11_ckr.c \
p11_key.c p11_load.c p11_misc.c p11_rsa.c p11_ec.c p11_pkey.c \
p11_slot.c p11_front.c p11_atfork.c libp11.exports
libp11_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL_CFLAGS)
libp11_la_LIBADD = $(OPENSSL_LIBS)
if WIN32
libp11_la_SOURCES += libp11.rc
libp11_la_LIBADD += libp11.lo
else
dist_noinst_DATA = libp11.rc
endif
libp11_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL_CFLAGS)
libp11_la_LIBADD = $(OPENSSL_LIBS)
libp11_la_LDFLAGS = $(AM_LDFLAGS) \
-version-info @LIBP11_LT_CURRENT@:@LIBP11_LT_REVISION@:@LIBP11_LT_AGE@

Expand Down

0 comments on commit 2209d86

Please sign in to comment.