| Line |   | 
|---|
| 1 | # synergy -- mouse and keyboard sharing utility
 | 
|---|
| 2 | # Copyright (C) 2002 Chris Schoeneman
 | 
|---|
| 3 | # 
 | 
|---|
| 4 | # This package is free software; you can redistribute it and/or
 | 
|---|
| 5 | # modify it under the terms of the GNU General Public License
 | 
|---|
| 6 | # found in the file COPYING that should have accompanied this file.
 | 
|---|
| 7 | # 
 | 
|---|
| 8 | # This package is distributed in the hope that it will be useful,
 | 
|---|
| 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
|---|
| 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
|---|
| 11 | # GNU General Public License for more details.
 | 
|---|
| 12 | 
 | 
|---|
| 13 | ## Process this file with automake to produce Makefile.in
 | 
|---|
| 14 | NULL =
 | 
|---|
| 15 | 
 | 
|---|
| 16 | EXTRA_DIST =                                            \
 | 
|---|
| 17 |         PORTING                                                 \
 | 
|---|
| 18 |         doxygen.cfg.in                                  \
 | 
|---|
| 19 |         synergy.css                                             \
 | 
|---|
| 20 |         about.html                                              \
 | 
|---|
| 21 |         authors.html                                    \
 | 
|---|
| 22 |         autostart.html                                  \
 | 
|---|
| 23 |         banner.html                                             \
 | 
|---|
| 24 |         border.html                                             \
 | 
|---|
| 25 |         compiling.html                                  \
 | 
|---|
| 26 |         configuration.html                              \
 | 
|---|
| 27 |         contact.html                                    \
 | 
|---|
| 28 |         developer.html                                  \
 | 
|---|
| 29 |         faq.html                                                \
 | 
|---|
| 30 |         history.html                                    \
 | 
|---|
| 31 |         home.html                                               \
 | 
|---|
| 32 |         index.html                                              \
 | 
|---|
| 33 |         license.html                                    \
 | 
|---|
| 34 |         news.html                                               \
 | 
|---|
| 35 |         roadmap.html                                    \
 | 
|---|
| 36 |         running.html                                    \
 | 
|---|
| 37 |         security.html                                   \
 | 
|---|
| 38 |         tips.html                                               \
 | 
|---|
| 39 |         toc.html                                                \
 | 
|---|
| 40 |         trouble.html                                    \
 | 
|---|
| 41 |         images/logo.gif                                 \
 | 
|---|
| 42 |         images/warp.gif                                 \
 | 
|---|
| 43 |         $(NULL)
 | 
|---|
| 44 | 
 | 
|---|
| 45 | MAINTAINERCLEANFILES =                          \
 | 
|---|
| 46 |         Makefile.in                                             \
 | 
|---|
| 47 |         doc/doxygen.cfg                                 \
 | 
|---|
| 48 |         doc/doxygen/html/*                              \
 | 
|---|
| 49 |         $(NULL)
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.