diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-03-12 20:07:22 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-03-12 20:49:32 +0100 |
commit | 9882fdf7fa27b1ea2e6cbe272258fb28038be68f (patch) | |
tree | 27a969a1b5cbf8a4eb909448a57ee30df4a13734 | |
parent | d94db37d2dc3fcbbf7346b746ee7f72bcfc494e0 (diff) | |
download | libvncserver-9882fdf7fa27b1ea2e6cbe272258fb28038be68f.zip libvncserver-9882fdf7fa27b1ea2e6cbe272258fb28038be68f.tar.gz |
Include cmake configure file templates in dist tarball.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cfc5612..109ac65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ endif SUBDIRS=libvncserver examples libvncclient vncterm classes client_examples test $(X11VNC) DIST_SUBDIRS=libvncserver examples libvncclient vncterm classes client_examples test -EXTRA_DIST = CMakeLists.txt +EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake bin_SCRIPTS = libvncserver-config |