diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-11-18 00:04:35 +0000 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-11-18 00:38:07 +0000 |
commit | 0fdda4ee2e09441aa6a31f3574fbde1e97d54167 (patch) | |
tree | dc3e41f0256e50934d0092d5e4da662f1faf92fb | |
parent | 3ae4968af4e3ae8f000d6e4aed136220981bf28b (diff) | |
download | xrdp-proprietary-0fdda4ee2e09441aa6a31f3574fbde1e97d54167.tar.gz xrdp-proprietary-0fdda4ee2e09441aa6a31f3574fbde1e97d54167.zip |
Add xrdp-uninstalled.pc to allow compilation against xrdp sources
-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} |