Merge branch 'devel' into add_logging_session_c
This commit is contained in:
commit
cb0ab0d0d3
@ -6,6 +6,9 @@ if XRDP_DEBUG
|
|||||||
AM_CPPFLAGS += -DXRDP_DEBUG
|
AM_CPPFLAGS += -DXRDP_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
noinst_PROGRAMS = \
|
||||||
|
memtest
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
memtest
|
memtest
|
||||||
|
|
||||||
@ -18,4 +21,4 @@ memtest_LDADD = \
|
|||||||
$(top_builddir)/common/libcommon.la
|
$(top_builddir)/common/libcommon.la
|
||||||
|
|
||||||
TESTS = \
|
TESTS = \
|
||||||
memtest
|
memtest
|
||||||
|
@ -6,7 +6,7 @@ if XRDP_DEBUG
|
|||||||
AM_CPPFLAGS += -DXRDP_DEBUG
|
AM_CPPFLAGS += -DXRDP_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
sbin_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
tcp_proxy
|
tcp_proxy
|
||||||
|
|
||||||
tcp_proxy_SOURCES = \
|
tcp_proxy_SOURCES = \
|
||||||
@ -14,4 +14,4 @@ tcp_proxy_SOURCES = \
|
|||||||
|
|
||||||
tcp_proxy_LDADD = \
|
tcp_proxy_LDADD = \
|
||||||
$(top_builddir)/common/libcommon.la \
|
$(top_builddir)/common/libcommon.la \
|
||||||
-ldl
|
-ldl
|
||||||
|
Loading…
Reference in New Issue
Block a user