From 0dcb910289a83aaec5200900690bba57ec538992 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Sat, 11 Apr 2020 11:03:27 +0200 Subject: [PATCH] fixed "libtool: compile: unable to infer tagged configuration" --- src/libopensc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libopensc/Makefile.am b/src/libopensc/Makefile.am index 9f0dda5e..44e74db6 100644 --- a/src/libopensc/Makefile.am +++ b/src/libopensc/Makefile.am @@ -65,10 +65,9 @@ if ENABLE_CRYPTOTOKENKIT # most platforms don't support objective C the way we needed. # Only include it if needed libopensc_la_SOURCES_BASE += reader-cryptotokenkit.m -else +endif libopensc_la_LIBTOOLFLAGS = --tag CC libopensc_static_la_LIBTOOLFLAGS = --tag CC -endif libopensc_la_SOURCES = $(libopensc_la_SOURCES_BASE) \ libopensc.exports