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 253B

1234567891011
  1. SUBDIRS = rfb_win32 vncviewer
  2. if BUILD_WINVNC
  3. SUBDIRS += vncconfig winvnc
  4. endif
  5. EXTRA_DIST = logmessages LICENCE.TXT README.txt README_BINARY.txt \
  6. resdefs.h.in tigervnc.iss.in wm_hooks CMakeLists.txt
  7. dist-hook:
  8. rm -rf `find $(distdir) -name .svn`