From 6c07f9219bed6ccddc9b65ad40414cf0a9f7d633 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 16 Aug 2006 23:48:22 +0000 Subject: Finished the Configuration class (Still missing vector though!) Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places. --- lib/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index a2b9b37..6ee8bf4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,13 +4,14 @@ lib_LTLIBRARIES = libmiav.la libmiav_la_SOURCES = \ aa_socket.cc \ + configuration.cc \ file.cc \ frame.cc \ info.cc \ info_simple.cc \ jpeg_mem_dest.cc \ libdv_wrapper.cc \ - miav_config.cc \ + liblua_wrapper.cc \ mutex.cc \ network.cc \ semaphore.cc \ @@ -25,7 +26,7 @@ libmiav_la_SOURCES = \ EXTRA_DIST = \ aa_socket.h \ - config.h \ + configuration.h \ dv.h \ file.h \ frame.h \ @@ -34,7 +35,7 @@ EXTRA_DIST = \ info_simple.h \ jpeg_mem_dest.h \ libdv_wrapper.h \ - miav_config.h \ + liblua_wrapper.h \ mutex.h \ network.h \ package.h \ -- cgit v1.2.3