From: <lu...@us...> - 2002-12-02 22:17:27
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv14454/libexif Modified Files: Makefile.am Removed Files: exif-note.c exif-note.h Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/exif-note.[c,h]: Removed. Now in libmnote. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.am 22 Nov 2002 17:19:19 -0000 1.17 +++ Makefile.am 2 Dec 2002 22:17:23 -0000 1.18 @@ -1,5 +1,3 @@ -SUBDIRS = canon fuji hp olympus - INCLUDES = \ -DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir)/libexif \ @@ -17,7 +15,6 @@ exif-entry.c \ exif-format.c \ exif-ifd.c \ - exif-note.c \ exif-tag.c \ exif-utils.c \ i18n.h --- exif-note.c DELETED --- --- exif-note.h DELETED --- |