Make libpainter a subpackage of xrdp

This commit is contained in:
Pavel Roskin 2016-12-16 21:49:33 +00:00
parent 9584e22ba6
commit 191eec5e8d
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ RFXCODECDIR =
endif
SUBDIRS = \
libpainter \
common \
vnc \
rdp \

View File

@ -10,7 +10,7 @@ AC_C_CONST
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
AC_CONFIG_SUBDIRS([librfxcodec])
AC_CONFIG_SUBDIRS([libpainter librfxcodec])
# Use silent rules by default if supported by Automake
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])