autotool fixes

ulab-original
Jay Sorg 13 years ago
parent 7ad58be480
commit 0392b0167a

@ -49,7 +49,8 @@ xrdp_sesman_SOURCES = \
xrdp_sesman_LDADD = \
$(top_srcdir)/common/libcommon.la \
$(top_srcdir)/sesman/libscp/libscp.la \
$(AUTH_LIB)
$(AUTH_LIB) \
-lpthread
sesmansysconfdir=$(sysconfdir)/xrdp

@ -27,4 +27,5 @@ libscp_la_SOURCES = \
libscp_vX.c
libscp_la_LIBADD = \
$(top_srcdir)/common/libcommon.la
$(top_srcdir)/common/libcommon.la \
-lpthread

Loading…
Cancel
Save