diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | pkgconfig/xrdp-uninstalled.pc.in | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e4d6925a..c4198119 100644 --- a/configure.ac +++ b/configure.ac @@ -276,6 +276,7 @@ AC_CONFIG_FILES([ neutrinordp/Makefile pkgconfig/Makefile pkgconfig/xrdp.pc + pkgconfig/xrdp-uninstalled.pc rdp/Makefile sesman/chansrv/Makefile sesman/libscp/Makefile diff --git a/pkgconfig/xrdp-uninstalled.pc.in b/pkgconfig/xrdp-uninstalled.pc.in new file mode 100644 index 00000000..ae725d9a --- /dev/null +++ b/pkgconfig/xrdp-uninstalled.pc.in @@ -0,0 +1,6 @@ +includedir=${pc_top_builddir}/${pcfiledir}/common + +Name: xrdp +Description: An open source Remote Desktop Protocol (RDP) server +Version: @VERSION@ +Cflags: -I${includedir} |