From a140f37deeea8ba2c2b4b52a9fc5a456c3d4b86a Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Sat, 19 Apr 2008 13:59:35 +0200 Subject: Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag. --- src/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SConscript') diff --git a/src/SConscript b/src/SConscript index c2280fa..60e13b6 100644 --- a/src/SConscript +++ b/src/SConscript @@ -15,8 +15,8 @@ libs = ['boost_python', 'exiv2'] env.Append(LIBS=libs) # Build shared library libpyexiv2 -cpp_sources = ['libpyexiv2.cpp', 'libpyexiv2_wrapper.cpp'] -libpyexiv2 = env.SharedLibrary('libpyexiv2', cpp_sources) +cpp_sources = ['exiv2wrapper.cpp', 'exiv2wrapper_python.cpp'] +libpyexiv2 = env.SharedLibrary('exiv2python', cpp_sources) # Install the shared library and the Python module, invoked using # 'scons install'. If DESTDIR is specified on the command line when invoking -- cgit