summaryrefslogtreecommitdiff
path: root/libmiav/Makefile.am
blob: bda45b9e237786a7adaf600466a97a6454b7c4f4 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
lib_LTLIBRARIES = libmiav.la

libmiav_la_SOURCES = \
	aa_socket.cc \
	dv1394.cc \
	file.cc \
	frame.cc \
	info.cc \
	info_simple.cc \
	jpeg_mem_dest.cc \
	miav_config.cc \
	mutex.cc \
	network.cc \
	semaphore.cc \
	server_status.cc \
	socket.cc \
	thread.cc \
	threadsafe_queue.cc \
	threadsafe_queue_fifo.cc \
	threadsafe_queue_priority.cc \
	util.cc

EXTRA_DIST = \
	aa_socket.h \
	dv.h \
	dv1394.h \
	file.h \
	frame.h \
	frame_stream.h \
	info.h \
	info_simple.h \
	jpeg_mem_dest.h \
	miav_config.h \
	mutex.h \
	network.h \
	package.h \
	queue.h \
	semaphore.h \
	server_status.h \
	socket.h \
	thread.h \
	threadsafe_queue.h \
	threadsafe_queue_fifo.h \
	threadsafe_queue_priority.h \
	timecode.h \
	util.h