diff src/Makefile.am @ 57:a8c9992320f4

Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net> * exif.c (exif_parse_IFD_table): Fix offset count before testing against buffer size. * exif.h: Make exif_text_list_find_value available. * format_canon.c: Fix copy's length when duping Canon.SerialNumber, and adjust several text descriptions. * format_fuji.c: Remove "MkN." text from tag names. * format_nikon.c: Fix offset count before testing against buffer size, and remove "MkN." text from tag names. Add several new tags. * format_olympus.[ch]: New files for olympus makernote. * format_raw.c: Add exif olympus hook. * src/Makefile.am: Add format_olympus.[ch].
author gqview
date Sat, 11 Jun 2005 01:09:30 +0000
parents 276ea4c98d33
children de64a683d5d0
line wrap: on
line diff
--- a/src/Makefile.am	Fri Jun 10 06:23:22 2005 +0000
+++ b/src/Makefile.am	Sat Jun 11 01:09:30 2005 +0000
@@ -90,6 +90,8 @@
 	format_fuji.h	\
 	format_nikon.c	\
 	format_nikon.h	\
+	format_olympus.c	\
+	format_olympus.h	\
 	format_raw.c	\
 	format_raw.h	\
 	fullscreen.c	\