Merge pull request #1858 from metalefty/sbin

do not install test & development tool (#1858)
This commit is contained in:
matt335672 2021-04-14 09:47:24 +01:00 committed by GitHub
commit 2cc2f9f5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ if XRDP_DEBUG
AM_CPPFLAGS += -DXRDP_DEBUG
endif
sbin_PROGRAMS = \
noinst_PROGRAMS = \
memtest
memtest_SOURCES = \
@ -18,4 +18,4 @@ memtest_LDADD = \
$(top_builddir)/common/libcommon.la
TESTS = \
memtest
memtest

View File

@ -6,7 +6,7 @@ if XRDP_DEBUG
AM_CPPFLAGS += -DXRDP_DEBUG
endif
sbin_PROGRAMS = \
noinst_PROGRAMS = \
tcp_proxy
tcp_proxy_SOURCES = \
@ -14,4 +14,4 @@ tcp_proxy_SOURCES = \
tcp_proxy_LDADD = \
$(top_builddir)/common/libcommon.la \
-ldl
-ldl