Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « neon « libfreerdp-rfx - github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12d4921454408be0bb44163d396130dea623ed37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Process this file with automake to produce Makefile.in

# libfreerdp-rfx-neon
noinst_LTLIBRARIES = libfreerdp-rfx-neon.la

libfreerdp_rfx_neon_la_SOURCES =

if WITH_NEON
libfreerdp_rfx_neon_la_SOURCES += \
	rfx_neon.c rfx_neon.h
endif

libfreerdp_rfx_neon_la_CFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-I..

libfreerdp_rfx_neon_la_LDFLAGS =

libfreerdp_rfx_neon_la_LIBDADD =

# extra
EXTRA_DIST =

DISTCLEANFILES =