You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/pkgconfig
Pavel Roskin 5afc5bd8b3 Fix include path in xrdp-uninstalled.pc.in
${pcfiledir} refers to the directory of the package-config file. For an
xrdp build in the source tree, the correct include location would be
${pcfiledir}/../common, not ${pcfiledir}/common

For xrdp build outside the source tree, there is no way to find the
source tree without help from the configure script.

While the '${pc_top_builddir}/${pcfiledir}' pattern is still widespread,
many packages (e.g. gstreamer) are switching to @abs_top_srcdir@ and
@abs_top_builddir@, which are always absolute and have knowledge about
the source tree location from the configure script.

Use @abs_top_srcdir@ for the headers. @abs_top_builddir@ is not needed,
as xrdp produces no externally consumable libraries or generated
headers.
8 years ago
..
.gitignore Add pkgconfig/.gitignore 8 years ago
Makefile.am Simplify pkgconfig/Makefile.am 8 years ago
xrdp-uninstalled.pc.in Fix include path in xrdp-uninstalled.pc.in 8 years ago
xrdp.pc.in Improve xrdp description, substitute package version 8 years ago