blob: 285f0c3dae776334967d59a2c46036359312fd79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUBDIRS = ../common tx x0vncserver vncviewer vncpasswd @VNCCONFIG_DIR@
dist_bin_SCRIPTS = vncserver
man1_MANS = vncserver.man
XVNCDIR = xserver/hw/vnc
EXTRA_DIST = vncserver.man $(XVNCDIR) xserver15.patch xserver16.patch \
xserver17.patch xserver18.patch xserver19.patch build-xorg build-xorg-git \
download-xorg-7.4 download-xorg-7.5 xorg-7.5-patches xserver110.patch \
xorg-7.4-patches
dist-hook:
rm -rf `find $(distdir) -name .svn`
|