~paulliu/ubuntu/precise/freerdp/fixext

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

# parallel
paralleldir = $(PLUGIN_PATH)

parallel_LTLIBRARIES = parallel.la

parallel_la_SOURCES = \
	parallel_main.c

parallel_la_CFLAGS = -I$(top_srcdir)/include -I$(srcdir)/../../common \
	-I$(srcdir)/.. -DPLUGIN_PATH=\"$(PLUGIN_PATH)\"

parallel_la_LDFLAGS = -avoid-version -module

parallel_la_LIBADD = ../../common/libcommon.la

# extra
EXTRA_DIST =

DISTCLEANFILES =