diff --git a/Makefile.am b/Makefile.am index 06cdbceb..334df878 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,8 +48,8 @@ SUBDIRS = \ libxrdp \ $(PAINTERDIR) \ $(RFXCODECDIR) \ - xrdp \ sesman \ + xrdp \ keygen \ docs \ instfiles \ diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 63968e45..71d0f768 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -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)