diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:28:27 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 19:28:27 +0000 |
commit | 1980dd537cb4c85ac04dc23fbde542c2495ed1fc (patch) | |
tree | 9f06cff551308dfc62cf7a902c6cb23f92054b84 /win/winvnc | |
parent | 3641a17969df0f38a9f886971f4dc232c7c47b46 (diff) | |
download | tigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.tar.gz tigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.zip |
Remove unused autotools build system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4540 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/winvnc')
-rw-r--r-- | win/winvnc/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/win/winvnc/Makefile.am b/win/winvnc/Makefile.am deleted file mode 100644 index 736a7a99..00000000 --- a/win/winvnc/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -bin_PROGRAMS = winvnc4 - -HDRS = AddNewClientDialog.h ControlPanel.h JavaViewer.h ManagedListener.h \ - QueryConnectDialog.h STrayIcon.h VNCServerService.h VNCServerWin32.h \ - resource.h - -winvnc4_SOURCES = $(HDRS) buildTime.cxx ControlPanel.cxx JavaViewer.cxx \ - ManagedListener.cxx QueryConnectDialog.cxx STrayIcon.cxx \ - VNCServerService.cxx VNCServerWin32.cxx winvnc.cxx - -winvnc4_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/win - -winvnc4_LDADD = $(top_builddir)/common/rfb/librfb.la \ - $(top_builddir)/win/rfb_win32/librfb_win32.la \ - $(top_builddir)/common/Xregion/libXregion.la \ - $(top_builddir)/common/network/libnetwork.la \ - $(top_builddir)/common/rdr/librdr.la resources.o -lws2_32 -lgdi32 \ - -lole32 -lcomctl32 -lversion - -winvnc4_LDFLAGS = -mwindows - -EXTRA_DIST = winvnc.rc winvnc.ico connected.ico icon_dis.ico connecte.ico \ - winvnc4.exe.manifest winvnc4.exe.manifest64 winvnc.bmp index.vnc \ - CMakeLists.txt - -resources.o: winvnc.rc - $(WINDRES) -I$(top_builddir)/win $^ -o $@ |