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

Makefile.am « neon « libfreerdp-gdi - github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27aee489e70492ed9bccf92c31177e4aecf59013 (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-gdi-neon
noinst_LTLIBRARIES = libfreerdp-gdi-neon.la

libfreerdp_gdi_neon_la_SOURCES =

if WITH_NEON
libfreerdp_gdi_neon_la_SOURCES += \
	gdi_neon.c gdi_neon.h
endif

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

libfreerdp_gdi_neon_la_LDFLAGS =

libfreerdp_gdi_neon_la_LIBDADD =

# extra
EXTRA_DIST =

DISTCLEANFILES =