Add dependency on libscp to xrdp
This commit is contained in:
parent
3e4ab9009c
commit
582433b827
@ -48,8 +48,8 @@ SUBDIRS = \
|
||||
libxrdp \
|
||||
$(PAINTERDIR) \
|
||||
$(RFXCODECDIR) \
|
||||
xrdp \
|
||||
sesman \
|
||||
xrdp \
|
||||
keygen \
|
||||
docs \
|
||||
instfiles \
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user