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 /unix/vncpasswd/Makefile.am | |
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 'unix/vncpasswd/Makefile.am')
-rw-r--r-- | unix/vncpasswd/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/unix/vncpasswd/Makefile.am b/unix/vncpasswd/Makefile.am deleted file mode 100644 index 7acc89ff..00000000 --- a/unix/vncpasswd/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -bin_PROGRAMS = vncpasswd - -man1_MANS = vncpasswd.man - -vncpasswd_SOURCES = vncpasswd.cxx - -vncpasswd_CPPFLAGS = -I$(top_srcdir)/common - -vncpasswd_LDADD = $(top_builddir)/common/rfb/librfb.la \ - $(top_builddir)/common/rdr/librdr.la \ - $(top_builddir)/common/os/libos.la - -EXTRA_DIST = vncpasswd.man |