diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-08-02 10:48:59 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-08-02 10:48:59 -0700 |
commit | e9aa5df42086b32f9bce915c063464f25b388e3b (patch) | |
tree | a35177b2023c750c14ea4f5b9399f132ca05825b /configure.ac | |
parent | 17ee0e3aed6171b385486ec2f5251e78f9d2ef06 (diff) | |
download | xrdp-proprietary-e9aa5df42086b32f9bce915c063464f25b388e3b.tar.gz xrdp-proprietary-e9aa5df42086b32f9bce915c063464f25b388e3b.zip |
xrdpapi: added library skel
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9a1f9d69..c7b437e2 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ fi AS_IF( [test "x$enable_freerdp1" = "xyes"] , [PKG_CHECK_MODULES(FREERDP, freerdp >= 1.0.0)] ) -# checking for libjpeg +# checking for libjpeg if ! test -z "$enable_jpeg" then AC_CHECK_HEADER([jpeglib.h], [], @@ -109,6 +109,7 @@ AC_CONFIG_FILES([Makefile instfiles/Makefile instfiles/pam.d/Makefile genkeymap/Makefile + xrdpapi/Makefile ]) # fontdump/Makefile # xrdp/cursors/Makefile |