~ubuntu-branches/ubuntu/natty/synergy/natty

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Lutz
  • Date: 2003-10-31 19:36:30 UTC
  • Revision ID: james.westby@ubuntu.com-20031031193630-knbv79x5az7qh49y
Tags: upstream-1.0.14
ImportĀ upstreamĀ versionĀ 1.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
DEPTH = ..
 
16
VDEPTH = ./$(VPATH)/$(DEPTH)
 
17
 
 
18
SUBDIRS =                                       \
 
19
        common                                  \
 
20
        arch                                    \
 
21
        base                                    \
 
22
        mt                                              \
 
23
        io                                              \
 
24
        http                                    \
 
25
        net                                             \
 
26
        synergy                                 \
 
27
        platform                                \
 
28
        client                                  \
 
29
        server                                  \
 
30
        $(NULL)
 
31
 
 
32
EXTRA_DIST =                            \
 
33
        $(NULL)
 
34
 
 
35
MAINTAINERCLEANFILES =          \
 
36
        Makefile.in                             \
 
37
        $(NULL)