AM_CXXFLAGS := $(CXXFLAGS) $(EXTRA_CXXFLAGS)

lib_LTLIBRARIES = libmiav.la

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

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