diff options
Diffstat (limited to 'xrdp/Makefile.am')
-rw-r--r-- | xrdp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 67ff4df8..328d379a 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -24,6 +24,7 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ -I$(top_srcdir)/common \ -I$(top_srcdir)/libxrdp \ + -I$(top_srcdir)/raptorsmiface \ $(EXTRA_INCLUDES) sbin_PROGRAMS = \ @@ -51,6 +52,7 @@ xrdp_SOURCES = \ xrdp_LDADD = \ $(top_builddir)/common/libcommon.la \ $(top_builddir)/libxrdp/libxrdp.la \ + $(top_builddir)/raptorsmiface/libraptorsmiface.la \ $(EXTRA_LIBS) xrdp_LDFLAGS = \ |