mirror of https://github.com/neutrinolabs/xrdp
common change
This commit is contained in:
parent
5f7131ea90
commit
fa30584146
|
@ -7,4 +7,4 @@ bin_PROGRAMS = \
|
|||
xrdp_keygen_SOURCES = keygen.c
|
||||
|
||||
xrdp_keygen_LDADD = \
|
||||
$(top_srcdir)/common/libxrdp-common.la
|
||||
$(top_srcdir)/common/libcommon.la
|
||||
|
|
|
@ -16,8 +16,8 @@ xrdp_sestest_SOURCES = \
|
|||
sestest.c
|
||||
|
||||
xrdp_sesrun_LDADD = \
|
||||
$(top_srcdir)/common/libxrdp-common.la
|
||||
$(top_srcdir)/common/libcommon.la
|
||||
|
||||
xrdp_sestest_LDADD = \
|
||||
$(top_srcdir)/common/libxrdp-common.la \
|
||||
$(top_srcdir)/common/libcommon.la \
|
||||
$(top_srcdir)/sesman/libscp/libscp.la
|
||||
|
|
Loading…
Reference in New Issue