Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
5c55f5ef
Commit
5c55f5ef
authored
2 years ago
by
Olivier Dion
Browse files
Options
Downloads
Patches
Plain Diff
Add jami.pc
Change-Id: If13a246aa50953c99d72937daeb7866de2d82e8d
parent
ea327ff2
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Makefile.am
+3
-0
3 additions, 0 deletions
Makefile.am
configure.ac
+2
-1
2 additions, 1 deletion
configure.ac
jami.pc.in
+10
-0
10 additions, 0 deletions
jami.pc.in
with
16 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
5c55f5ef
...
...
@@ -119,6 +119,7 @@ tools/.vscode/
build-aux/
configure
jami.pc
bin/dbus/*.adaptor.h
bin/dbus/cx.ring.Ring.service
bin/jamid
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
3
−
0
View file @
5c55f5ef
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
1
View file @
5c55f5ef
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
jami.pc.in
0 → 100644
+
10
−
0
View file @
5c55f5ef
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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment