Make libpainter a subpackage of xrdp

master
Pavel Roskin 8 years ago
parent 9584e22ba6
commit 191eec5e8d

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

@ -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])])

Loading…
Cancel
Save