diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-02-02 20:27:27 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-02-02 20:27:27 +0100 |
commit | 67b16cdf9099653bc19b01e628036f99729eb2f9 (patch) | |
tree | bc576d9229340ff155b551f5bc1d967d2f43d4ee | |
parent | 558a58e0396997dd3cd6e9faccf4b8420b159178 (diff) | |
download | libvncserver-67b16cdf9099653bc19b01e628036f99729eb2f9.zip libvncserver-67b16cdf9099653bc19b01e628036f99729eb2f9.tar.gz |
Include CMakeLists.txt file in dist tarball.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7f3f229..91f85f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ endif SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test $(X11VNC) DIST_SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test +EXTRA_DIST = CMakeLists.txt bin_SCRIPTS = libvncserver-config |