mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
Add jami.pc
Change-Id: If13a246aa50953c99d72937daeb7866de2d82e8d
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
jami.pc.in
Normal file
10
jami.pc.in
Normal file
@ -0,0 +1,10 @@
|
||||
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}
|
Reference in New Issue
Block a user