From 19705870695faa1345f5977ef2fef9d54ce7e2c9 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 5 Mar 2006 18:23:38 +0000 Subject: *** empty log message *** --- lib/Makefile.am | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..f2293d1 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,47 @@ +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 \ + 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 \ + 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 + -- cgit v1.2.3