Skip to content
Snippets Groups Projects
Commit 70fed5e9 authored by Olivier Crête's avatar Olivier Crête :ghost:
Browse files

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.
parent 7de8206d
No related branches found
No related tags found
No related merge requests found
......@@ -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}
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