Browse Source

Install *man files and vncserver script in Makefile.ams


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2831 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
Adam Tkac 15 years ago
parent
commit
28ca8f6cc9

+ 4
- 0
unix/Makefile.am View File

@@ -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

+ 2
- 0
unix/vncconfig/Makefile.am View File

@@ -1,5 +1,7 @@
bin_PROGRAMS = vncconfig

man1_MANS = vncconfig.man

HDRS = QueryConnectDialog.h vncExt.h

vncconfig_SOURCES = $(HDRS) vncExt.c vncconfig.cxx QueryConnectDialog.cxx \

+ 2
- 0
unix/vncpasswd/Makefile.am View File

@@ -1,5 +1,7 @@
bin_PROGRAMS = vncpasswd

man1_MANS = vncpasswd.man

vncpasswd_SOURCES = vncpasswd.cxx

vncpasswd_CPPFLAGS = -I$(COMMON_DIR)

+ 2
- 0
unix/vncviewer/Makefile.am View File

@@ -1,5 +1,7 @@
bin_PROGRAMS = vncviewer

man1_MANS = vncviewer.man

HDRS = AboutDialog.h CConn.h DesktopWindow.h gettext.h InfoDialog.h \
OptionsDialog.h parameters.h PasswdDialog.h ServerDialog.h


+ 2
- 0
unix/x0vncserver/Makefile.am View File

@@ -1,5 +1,7 @@
bin_PROGRAMS = x0vncserver

man1_MANS = x0vncserver.man

HDRS = Geometry.h Image.h PollingManager.h PollingScheduler.h TimeMillis.h \
XPixelBuffer.h


+ 2
- 0
unix/xserver/hw/vnc/Makefile.am View File

@@ -19,6 +19,8 @@ libvnccommon_la_CPPFLAGS = -DVENDOR_RELEASE="$(VENDOR_RELEASE)" \

bin_PROGRAMS = Xvnc

man1_MANS = Xvnc.man

Xvnc_SOURCES = xvnc.cc $(top_srcdir)/Xext/dpmsstubs.c \
$(top_srcdir)/Xi/stubs.c $(top_srcdir)/mi/miinitext.c \
$(top_srcdir)/fb/fbcmap_mi.c buildtime.c

Loading…
Cancel
Save