diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-11-17 11:59:42 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2016-11-17 11:59:42 -0800 |
commit | 9e9ae2fa1f6e27e72aae0828e1f635b34bf10394 (patch) | |
tree | 69874392755946cffa0efa12807679cfe76ee59d | |
parent | 50db3bb983939913317cdc1cb147d0300fba9306 (diff) | |
download | xrdp-proprietary-9e9ae2fa1f6e27e72aae0828e1f635b34bf10394.tar.gz xrdp-proprietary-9e9ae2fa1f6e27e72aae0828e1f635b34bf10394.zip |
fix a typo in .pc file
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1506264a..052634f9 100644 --- a/configure.ac +++ b/configure.ac @@ -289,7 +289,7 @@ AC_CONFIG_FILES([Makefile # fontdump/Makefile # xrdp/cursors/Makefile # Xserver/hw/rdp/Makefile -AC_OUTPUT([pkgconfig/libpainter.pc +AC_OUTPUT([pkgconfig/xrdp.pc ]) # example of how to check for a struct in a header |