Merge pull request #555 from proski/libpainter

Make libpainter a subpackage of xrdp
This commit is contained in:
Idan Freiberg 2016-12-18 02:44:50 -05:00 committed by GitHub
commit caf5f5d9f7
2 changed files with 2 additions and 1 deletions

View File

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

View File

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