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 /vnc | |
parent | 029807cfdb69de8bf5b32624266f0a380e2f07bc (diff) | |
download | xrdp-proprietary-6b08b8b71ececefe248bf95e2d43e4c1e77eb0c2.tar.gz xrdp-proprietary-6b08b8b71ececefe248bf95e2d43e4c1e77eb0c2.zip |
include missing files in make dist
Diffstat (limited to 'vnc')
-rw-r--r-- | vnc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnc/Makefile.am b/vnc/Makefile.am index fe227ffa..81f44c38 100644 --- a/vnc/Makefile.am +++ b/vnc/Makefile.am @@ -1,3 +1,4 @@ +EXTRA_DIST = vnc.h AM_CFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ |