You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 407B

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