diff options
Diffstat (limited to 'unix/Makefile.am')
-rw-r--r-- | unix/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/Makefile.am b/unix/Makefile.am index 59dbc221..a15b329d 100644 --- a/unix/Makefile.am +++ b/unix/Makefile.am @@ -1,3 +1,7 @@ SUBDIRS = ../common tx x0vncserver vncviewer vncpasswd po @VNCCONFIG_DIR@ +dist_bin_SCRIPTS = vncserver + +man1_MANS = vncserver.man + ACLOCAL_AMFLAGS = -I m4 |