projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de8206
)
nice.pc: Include ${includedir} directly
author
Olivier Crête
<olivier.crete@collabora.com>
Wed, 8 Oct 2014 23:03:12 +0000
(19:03 -0400)
committer
Olivier Crête
<olivier.crete@collabora.com>
Wed, 8 Oct 2014 23:03:12 +0000
(19:03 -0400)
It doesn't make sense to tell applications to include <agent.h>,
including <nice/agent.h> is much safer. So tell the applications
to use the includedir directly.
nice/nice.pc.in
patch
|
blob
|
history
diff --git
a/nice/nice.pc.in
b/nice/nice.pc.in
index
9461daa
..
8805f0d
100644
(file)
--- a/
nice/nice.pc.in
+++ b/
nice/nice.pc.in
@@
-10,4
+10,4
@@
Version: @VERSION@
Requires: @NICE_PACKAGES_PUBLIC@ @GUPNP_PACKAGES_PUBLIC@
Requires.private: @NICE_PACKAGES_PRIVATE@ @GUPNP_PACKAGES_PRIVATE@
Libs: -L${libdir} -lnice
-Cflags: -I${includedir}/nice
+Cflags: -I${includedir}/nice
-I${includedir}