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

Makefile.am « utils « freerdp « include - github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4788c932bd04bfd3d1c32fe3030e859602852be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

includedir = $(prefix)/include/freerdp/utils
include_HEADERS = \
	debug.h \
	chan_plugin.h \
	datablob.h \
	memory.h \
	profiler.h \
	semaphore.h \
	stopwatch.h \
	stream.h \
	unicode.h \
	wait_obj.h \
	hexdump.h