diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-17 22:43:30 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-12-18 00:00:11 -0800 |
commit | c21b9a78f4725abcea637fc585c671496180ea3c (patch) | |
tree | df30a6bc388c03fc003d7129262adba5bdf25019 /sesman/Makefile.am | |
parent | 0f6d1aabc21432feb147cf7fdfe6369460608a9f (diff) | |
download | xrdp-proprietary-c21b9a78f4725abcea637fc585c671496180ea3c.tar.gz xrdp-proprietary-c21b9a78f4725abcea637fc585c671496180ea3c.zip |
Distribute all files except git and github specific data
It is better to distribute a few useless file than not to distribute
needed files.
Diffstat (limited to 'sesman/Makefile.am')
-rw-r--r-- | sesman/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sesman/Makefile.am b/sesman/Makefile.am index 68dba28e..6b71e4bf 100644 --- a/sesman/Makefile.am +++ b/sesman/Makefile.am @@ -1,3 +1,6 @@ +EXTRA_DIST = \ + Doxyfile + AM_CPPFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ -DXRDP_SBIN_PATH=\"${sbindir}\" \ |