Add dependency on libscp to xrdp

This commit is contained in:
matt335672 2021-09-28 11:32:37 +01:00
parent 3e4ab9009c
commit 582433b827
2 changed files with 3 additions and 1 deletions

View File

@ -48,8 +48,8 @@ SUBDIRS = \
libxrdp \
$(PAINTERDIR) \
$(RFXCODECDIR) \
xrdp \
sesman \
xrdp \
keygen \
docs \
instfiles \

View File

@ -12,6 +12,7 @@ AM_CPPFLAGS = \
-DXRDP_SOCKET_PATH=\"${socketdir}\" \
-I$(top_builddir) \
-I$(top_srcdir)/common \
-I$(top_srcdir)/sesman/libscp \
-I$(top_srcdir)/libxrdp \
$(IMLIB2_CFLAGS)
@ -61,6 +62,7 @@ xrdp_SOURCES = \
xrdp_LDADD = \
$(top_builddir)/common/libcommon.la \
$(top_builddir)/sesman/libscp/libscp.la \
$(top_builddir)/libxrdp/libxrdp.la \
$(IMLIB2_LIBS) \
$(XRDP_EXTRA_LIBS)