Skip to content
Snippets Groups Projects
Commit 63d12799 authored by Simon McVittie's avatar Simon McVittie
Browse files

Build shims as shared-only


libcapsule can't work with static libraries.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 2a128fc2
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -15,7 +15,7 @@ AM_SILENT_RULES([yes])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
LT_INIT
LT_INIT([disable-static])
PKG_CHECK_MODULES([CAPSULE], [capsule])
PKG_CHECK_VAR([CAPSULE_MKINC], [capsule], [makeinc])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment