source: trunk/synergy/lib/client/Makefile.am@ 3886

Last change on this file since 3886 was 2749, checked in by bird, 19 years ago

synergy v1.3.1 sources (zip).

File size: 1.1 KB
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
14NULL =
15
16EXTRA_DIST = \
17 client.dsp \
18 $(NULL)
19
20MAINTAINERCLEANFILES = \
21 Makefile.in \
22 $(NULL)
23
24noinst_LIBRARIES = libclient.a
25libclient_a_SOURCES = \
26 CClient.cpp \
27 CServerProxy.cpp \
28 CClient.h \
29 CServerProxy.h \
30 $(NULL)
31INCLUDES = \
32 -I$(top_srcdir)/lib/common \
33 -I$(top_srcdir)/lib/arch \
34 -I$(top_srcdir)/lib/base \
35 -I$(top_srcdir)/lib/mt \
36 -I$(top_srcdir)/lib/io \
37 -I$(top_srcdir)/lib/net \
38 -I$(top_srcdir)/lib/synergy \
39 -I$(top_srcdir)/lib/platform \
40 $(NULL)
Note: See TracBrowser for help on using the repository browser.