Skip to content
Snippets Groups Projects
Commit 5c55f5ef authored by Olivier Dion's avatar Olivier Dion
Browse files

Add jami.pc

Change-Id: If13a246aa50953c99d72937daeb7866de2d82e8d
parent ea327ff2
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ tools/.vscode/
build-aux/
configure
jami.pc
bin/dbus/*.adaptor.h
bin/dbus/cx.ring.Ring.service
bin/jamid
......
......@@ -16,6 +16,9 @@ EXTRA_DIST = m4/libtool.m4 \
contrib/bootstrap \
contrib/src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = jami.pc
coverage-html:
$(AM_V_at)lcov --no-external --capture --initial --directory $(top_builddir) --output-file jami-coverage-base.info
$(AM_V_at)lcov --no-external --capture --directory $(top_builddir) --output-file jami-coverage-tests.info
......
......@@ -659,7 +659,8 @@ AC_CONFIG_FILES([Makefile \
test/unitTest/Makefile \
man/Makefile \
doc/Makefile \
doc/doxygen/Makefile])
doc/doxygen/Makefile
jami.pc])
dnl Transfer the Automake variables set here to Makefile.in.
echo DAEMONCPPFLAGS=$DAEMONCPPFLAGS
......
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: jami
Description: Jami core library and daemon
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -ljami
Cflags: -I${includedir}
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