mirror of https://github.com/neutrinolabs/xrdp
include missing files in make dist
This commit is contained in:
parent
029807cfdb
commit
6b08b8b71e
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = bootstrap
|
||||
|
||||
if XRDP_FREERDP
|
||||
FREERDPDIR = freerdp
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
EXTRA_DIST = d3des.h arch.h os_calls.h list.h file.h parse.h defines.h file_loc.h log.h os_calls.h ssl_calls.h thread_calls.h trans.h xrdp_constants.h
|
||||
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = libxrdp.h libxrdpinc.h
|
||||
|
||||
if XRDP_DEBUG
|
||||
EXTRA_DEFINES = -DXRDP_DEBUG
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = mc.h
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = rdp.h
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
EXTRA_DIST = sesman.ini startwm.sh
|
||||
EXTRA_DIST = sesman.ini startwm.sh sesman.h access.h auth.h config.h env.h lock.h scp.h scp_v0.h scp_v1.h scp_v1_mng.h session.h sig.h thread.h
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
EXTRA_DIST = libscp_connection.h libscp_commands.h libscp.h libscp_session.h libscp_types_mng.h libscp_v1c_mng.h libscp_vX.h libscp_commands_mng.h libscp_init.h libscp_tcp.h libscp_v0.h libscp_v1s.h libscp_lock.h \
|
||||
libscp_types.h libscp_v1c.h libscp_v1s_mng.h
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = tcp.h
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = vnc.h
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = xrdp.ini rsakeys.ini ad24b.bmp ad256.bmp xrdp24b.bmp xrdp256.bmp sans-10.fv1 cursor0.cur cursor1.cur xrdp.h xrdp_types.h
|
||||
|
||||
if XRDP_DEBUG
|
||||
EXTRA_DEFINES = -DXRDP_DEBUG
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
EXTRA_DIST = xup.h
|
||||
|
||||
AM_CFLAGS = \
|
||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
||||
|
|
Loading…
Reference in New Issue