~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to channels/rdpdr/parallel/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-10-25 14:29:02 UTC
  • mto: (9.1.1 sid) (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101025142902-j8hmshnnxhu61l4m
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.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
# parallel
 
4
paralleldir = $(PLUGIN_PATH)
 
5
 
 
6
parallel_LTLIBRARIES = parallel.la
 
7
 
 
8
parallel_la_SOURCES = \
 
9
        parallel_main.c
 
10
 
 
11
parallel_la_CFLAGS = -I$(top_srcdir)/include -I$(srcdir)/../../common \
 
12
        -I$(srcdir)/.. -DPLUGIN_PATH=\"$(PLUGIN_PATH)\"
 
13
 
 
14
parallel_la_LDFLAGS = -avoid-version -module
 
15
 
 
16
parallel_la_LIBADD = ../../common/libcommon.la
 
17
 
 
18
# extra
 
19
EXTRA_DIST =
 
20
 
 
21
DISTCLEANFILES =