summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-10-08 19:03:12 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-10-08 19:03:12 -0400
commit70fed5e9eb4f0046f85db81f2981dca589ac84fe (patch)
tree13a5d9503f08f12da7f5e3ecd7d816c70013d9a6
parent7de8206de2b86d4e092f5e05405a907337fbec4d (diff)
nice.pc: Include ${includedir} directly
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.
-rw-r--r--nice/nice.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nice/nice.pc.in b/nice/nice.pc.in
index 9461daa..8805f0d 100644
--- 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}