summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-12-11 23:09:15 -0800
committerPavel Roskin <plroskin@gmail.com>2016-12-15 22:37:20 -0800
commite65aa594e8e76b8ecb9f31b7204d5fc96818425a (patch)
tree505be1822f6d101992a0db23c70da58c9156857b /configure.ac
parent870f028692c0267069ebb4cc616faccd739f843a (diff)
downloadxrdp-proprietary-e65aa594e8e76b8ecb9f31b7204d5fc96818425a.tar.gz
xrdp-proprietary-e65aa594e8e76b8ecb9f31b7204d5fc96818425a.zip
Make librfxcodec a subpackage
Since libpainter is going to become a subpackage, we can make librfxcodec a subpackage as well. With this change, librfxcodec is configured, built and linked to xrdp automatically if enabled by "--enable-rfxcodec" librfxcodec is packaged by "make dist" regardless of "--enable-rfxcodec" librfxcodec/confgure is run unconditionally, it's needed for "make dist" to work. But librfxcodec is only compiled if enabled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d8387114..40ed06d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,8 @@ AC_C_CONST
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
+AC_CONFIG_SUBDIRS([librfxcodec])
+
# Use silent rules by default if supported by Automake
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])