diff options
| author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-12-18 11:56:07 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-18 11:56:07 -0200 |
| commit | 2d8d786a9d518e2d8d1dc0d84ca06bc27461c86f (patch) | |
| tree | df30a6bc388c03fc003d7129262adba5bdf25019 /xrdp | |
| parent | 0f6d1aabc21432feb147cf7fdfe6369460608a9f (diff) | |
| parent | c21b9a78f4725abcea637fc585c671496180ea3c (diff) | |
| download | xrdp-proprietary-2d8d786a9d518e2d8d1dc0d84ca06bc27461c86f.tar.gz xrdp-proprietary-2d8d786a9d518e2d8d1dc0d84ca06bc27461c86f.zip | |
Merge pull request #562 from proski/makedist
Distribute all files except git and github specific data
Diffstat (limited to 'xrdp')
| -rw-r--r-- | xrdp/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 0f2e6f65..df0b1558 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -1,3 +1,8 @@ +EXTRA_DIST = \ + czech.txt \ + rdp-scan-codes.txt \ + xrdpwin.c + AM_CPPFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ -DXRDP_SBIN_PATH=\"${sbindir}\" \ |
