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

capsule-uninstalled.pc: Add


capsule-mkstublib can use this to find the just-built libcapsule
during testing.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 73f11a2b
Branches
Tags
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -64,4 +64,4 @@ PKG_CHECK_MODULES([LIBELF], [libelf >= 0.152], [have_libelf=yes], [
AC_SEARCH_LIBS([dlmopen], [dl])
AC_PATH_PROG([XSLTPROC], [xsltproc])
GTK_DOC_CHECK
AC_OUTPUT([Makefile data/capsule.pc data/dirconf.txt])
AC_OUTPUT([Makefile data/capsule.pc data/capsule-uninstalled.pc data/dirconf.txt])
libdir=@abs_top_builddir@/capsule
includedir=@abs_top_srcdir@/capsule
makeinc=@abs_top_srcdir@/data
Name: capsule
Description: segregated dynamic linking library
Version: @VERSION@
Requires:
Libs: -L${libdir} -lcapsule
Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment