From 960cc62a0ec26af6b9d9a161f58b22a47b2fa1a4 Mon Sep 17 00:00:00 2001 From: itamarjp Date: Tue, 14 Jul 2015 11:35:33 -0300 Subject: add missing files into extra_dist, this is required when using make dist to generate a tarball --- common/Makefile.am | 3 ++- libxrdp/Makefile.am | 2 +- sesman/chansrv/Makefile.am | 5 ++++- xrdp/Makefile.am | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/common/Makefile.am b/common/Makefile.am index 8c7aa62c..3afb81b3 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -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\" \ diff --git a/libxrdp/Makefile.am b/libxrdp/Makefile.am index bd37cad4..ec92f8be 100644 --- a/libxrdp/Makefile.am +++ b/libxrdp/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = libxrdp.h libxrdpinc.h +EXTRA_DIST = libxrdp.h libxrdpinc.h xrdp_orders_rail.h EXTRA_DEFINES = EXTRA_INCLUDES = diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am index ed55ae02..8a7d6146 100644 --- a/sesman/chansrv/Makefile.am +++ b/sesman/chansrv/Makefile.am @@ -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 = diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 4fd9a689..8a8b36eb 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -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 = -- cgit v1.2.1 From c5cac75593c6d7f392b1a35695856f2e61cc22ac Mon Sep 17 00:00:00 2001 From: itamarjp Date: Tue, 14 Jul 2015 12:16:25 -0300 Subject: add more missing files into extra_dist --- instfiles/Makefile.am | 3 ++- sesman/chansrv/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index cc2e562c..975b1702 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -1,4 +1,5 @@ -EXTRA_DIST = xrdp.sh km-0407.ini km-0409.ini km-040c.ini km-0410.ini km-0419.ini km-041d.ini km-0816.ini \ +EXTRA_DIST = xrdp.sh km-0407.ini km-0409.ini km-040c.ini km-0410.ini km-0411.ini km-0419.ini km-041d.ini km-0816.ini km-0415.ini km-0807.ini \ +km-e0010411.ini km-e0200411.ini km-e0210411.ini \ xrdp-sesman.service \ xrdp.service diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am index 8a7d6146..755de786 100644 --- a/sesman/chansrv/Makefile.am +++ b/sesman/chansrv/Makefile.am @@ -13,7 +13,8 @@ EXTRA_DIST = \ chansrv_common.h \ irp.h \ smartcard.h \ - smartcard_pcsc.h + smartcard_pcsc.h \ + fifo.h EXTRA_DEFINES = EXTRA_INCLUDES = -- cgit v1.2.1