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

Makefile.am « libfreerdp-utils - github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6912fd3f49d8308b4e33c902b1be8acc0c5d8e5 (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
26
27
28
## Process this file with automake to produce Makefile.in

# libfreerdp-utils
libfreerdp_utilsdir = $(libdir)

libfreerdp_utils_LTLIBRARIES = libfreerdp-utils.la

libfreerdp_utils_la_SOURCES = \
	datablob.c \
	memory.c \
	semaphore.c \
	unicode.c \
	wait_obj.c \
	chan_plugin.c \
	stopwatch.c \
	profiler.c

libfreerdp_utils_la_CFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include

libfreerdp_utils_la_LDFLAGS =

# extra
EXTRA_DIST =

DISTCLEANFILES =