2004-08-01 16:00:18 +00:00
|
|
|
# synergy -- mouse and keyboard sharing utility
|
|
|
|
# Copyright (C) 2002 Chris Schoeneman
|
|
|
|
#
|
|
|
|
# This package is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# found in the file COPYING that should have accompanied this file.
|
|
|
|
#
|
|
|
|
# This package is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
PORTING \
|
|
|
|
doxygen.cfg.in \
|
|
|
|
synergy.css \
|
2007-06-17 11:19:18 +00:00
|
|
|
about.html \
|
2004-08-01 16:00:18 +00:00
|
|
|
authors.html \
|
|
|
|
autostart.html \
|
2007-06-17 11:19:18 +00:00
|
|
|
banner.html \
|
|
|
|
border.html \
|
2004-08-01 16:00:18 +00:00
|
|
|
compiling.html \
|
|
|
|
configuration.html \
|
2007-06-17 11:19:18 +00:00
|
|
|
contact.html \
|
2004-08-01 16:00:18 +00:00
|
|
|
developer.html \
|
|
|
|
faq.html \
|
|
|
|
history.html \
|
2007-06-17 11:19:18 +00:00
|
|
|
home.html \
|
2004-08-01 16:00:18 +00:00
|
|
|
index.html \
|
|
|
|
license.html \
|
|
|
|
news.html \
|
2007-06-17 11:19:18 +00:00
|
|
|
roadmap.html \
|
2004-08-01 16:00:18 +00:00
|
|
|
running.html \
|
|
|
|
security.html \
|
|
|
|
tips.html \
|
2007-06-17 11:19:18 +00:00
|
|
|
toc.html \
|
|
|
|
trouble.html \
|
|
|
|
images/logo.gif \
|
|
|
|
images/warp.gif \
|
2004-08-01 16:00:18 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
Makefile.in \
|
|
|
|
doc/doxygen.cfg \
|
|
|
|
doc/doxygen/html/* \
|
|
|
|
$(NULL)
|