AM_CXXFLAGS := lib_LTLIBRARIES = libmiav.la libmiav_la_LIBADD = $(LUA_LIBS) libmiav_la_CFLAGS = $(LUA_CFLAGS) libmiav_la_SOURCES = \ aa_socket.cc \ configuration.cc \ file.cc \ frame.cc \ info.cc \ info_simple.cc \ jpeg_mem_dest.cc \ libdv_wrapper.cc \ liblua_wrapper.cc \ mutex.cc \ network.cc \ semaphore.cc \ socket.cc \ udp_socket.cc \ tcp_socket.cc \ status.cc \ thread.cc \ threadsafe_queue.cc \ threadsafe_queue_fifo.cc \ threadsafe_queue_priority.cc \ transcoder.cc \ util.cc EXTRA_DIST = \ aa_socket.h \ configuration.h \ dv.h \ file.h \ frame.h \ frame_stream.h \ info.h \ info_simple.h \ jpeg_mem_dest.h \ libdv_wrapper.h \ liblua_wrapper.h \ mutex.h \ network.h \ package.h \ queue.h \ semaphore.h \ socket.h \ udp_socket.h \ tcp_socket.h \ status.h \ thread.h \ threadsafe_queue.h \ threadsafe_queue_fifo.h \ threadsafe_queue_priority.h \ timecode.h \ transcoder.h \ util.h