~ubuntu-branches/ubuntu/quantal/freerdp/quantal

« back to all changes in this revision

Viewing changes to channels/cliprdr/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-06-23 21:39:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100623213909-bb9pvvv03913tdv6
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
# cliprdr
 
4
cliprdrdir = $(PLUGIN_PATH)
 
5
 
 
6
cliprdr_LTLIBRARIES = cliprdr.la
 
7
 
 
8
cliprdr_la_SOURCES = \
 
9
        cliprdr_main.h cliprdr_main.c \
 
10
        cliprdr_x11.c
 
11
 
 
12
cliprdr_la_CFLAGS = -I../../include -I../common @X_CFLAGS@
 
13
 
 
14
cliprdr_la_LDFLAGS = -avoid-version -module
 
15
 
 
16
cliprdr_la_LIBADD = ../common/libcommon.la @X_LIBS@ @X_EXTRA_LIBS@
 
17
 
 
18
# extra
 
19
EXTRA_DIST =
 
20
 
 
21
DISTCLEANFILES = 
 
22