add missing files into extra_dist,

this is required when using make dist to generate a tarball
ulab-next-nosound
itamarjp 9 years ago
parent 2ed8108d77
commit 960cc62a0e

@ -17,7 +17,8 @@ EXTRA_DIST = \
trans.h \
xrdp_client_info.h \
xrdp_constants.h \
xrdp_rail.h
xrdp_rail.h \
crc16.h
AM_CFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \

@ -1,4 +1,4 @@
EXTRA_DIST = libxrdp.h libxrdpinc.h
EXTRA_DIST = libxrdp.h libxrdpinc.h xrdp_orders_rail.h
EXTRA_DEFINES =
EXTRA_INCLUDES =

@ -10,7 +10,10 @@ EXTRA_DIST = \
sound.h \
xcommon.h \
mlog.h \
chansrv_common.h
chansrv_common.h \
irp.h \
smartcard.h \
smartcard_pcsc.h
EXTRA_DEFINES =
EXTRA_INCLUDES =

@ -1,4 +1,5 @@
EXTRA_DIST = xrdp.ini ad24b.bmp ad256.bmp xrdp24b.bmp xrdp256.bmp xrdp_logo.bmp sans-10.fv1 cursor0.cur cursor1.cur xrdp.h xrdp_types.h
EXTRA_DIST = xrdp.ini ad24b.bmp ad256.bmp xrdp24b.bmp xrdp256.bmp xrdp_logo.bmp sans-10.fv1 cursor0.cur cursor1.cur xrdp.h xrdp_types.h \
xrdp_encoder.h xrdp_keyboard.ini
EXTRA_INCLUDES =
EXTRA_LIBS =

Loading…
Cancel
Save