Skip to content
Snippets Groups Projects
Commit 3d6d3d3d authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Provide a capsule.pc pkg-config meta-data file

If we want external build trees to be able to use our
helper tools they need to be able to find them.

Also build a dirconf.txt file with all the known substitutions
for easier debugging (we will not ship this).
parent 962b7831
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -35,4 +35,4 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <libelf.h>],
[AC_MSG_ERROR([ELF_C_READ_MMAP missing: libelfg vs libelf0?])])
AC_SEARCH_LIBS([dlmopen], [dl])
AC_OUTPUT([Makefile])
AC_OUTPUT([Makefile data/capsule.pc data/dirconf.txt])
prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
libexecdir=@libexecdir@
datadir=@datadir@
makeinc=@datadir@/libcapsule
Name: capsule
Description: segregated dynamic linking library
Version: @VERSION@
Requires:
Libs: -L${libdir} -lcapsule
Cflags: -I${includedir}
datarootdir : @datarootdir@
bindir : @bindir@
datadir : @datadir@
datarootdir : @datarootdir@
docdir : @docdir@
dvidir : @dvidir@
exec_prefix : @exec_prefix@
htmldir : @htmldir@
includedir : @includedir@
infodir : @infodir@
libdir : @libdir@
libexecdir : @libexecdir@
localedir : @localedir@
localstatedir : @localstatedir@
mandir : @mandir@
oldincludedir : @oldincludedir@
pdfdir : @pdfdir@
prefix : @prefix@
psdir : @psdir@
sbindir : @sbindir@
sharedstatedir: @sharedstatedir@
sysconfdir : @sysconfdir@
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