diff options
author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2010-11-19 18:52:24 -0200 |
---|---|---|
committer | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2010-11-20 22:13:50 -0200 |
commit | 6b08b8b71ececefe248bf95e2d43e4c1e77eb0c2 (patch) | |
tree | 1d636077cbaa849bed08a24cf04113988e756ad1 /common/Makefile.am | |
parent | 029807cfdb69de8bf5b32624266f0a380e2f07bc (diff) | |
download | xrdp-proprietary-6b08b8b71ececefe248bf95e2d43e4c1e77eb0c2.tar.gz xrdp-proprietary-6b08b8b71ececefe248bf95e2d43e4c1e77eb0c2.zip |
include missing files in make dist
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index c7d4590f..a3fd85fb 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -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\" \ |