2002-12-02 Lutz Müller <lutz@users.sourceforge.net>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Mon, 2 Dec 2002 22:29:54 +0000 (23:29 +0100)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Mon, 2 Dec 2002 22:29:54 +0000 (23:29 +0100)
* libexif/Makefile.am: Forgot to remove the some subdirs.

ChangeLog
libexif/Makefile.am

index bbe4b82..605221f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-12-02  Lutz Müller <lutz@users.sourceforge.net>
 
+       * libexif/Makefile.am: Forgot to remove the some subdirs.
+
+2002-12-02  Lutz Müller <lutz@users.sourceforge.net>
+
        * configure.in: Remove some Makefiles
 
 2002-12-02  Lutz Müller <lutz@users.sourceforge.net>
index 4c6728e..c2838f9 100644 (file)
@@ -18,11 +18,7 @@ libexif_la_SOURCES =         \
        exif-tag.c              \
        exif-utils.c            \
        i18n.h
-libexif_la_LIBADD = -lm                        \
-       canon/libexif-canon.la          \
-       fuji/libexif-fuji.la            \
-       hp/libexif-hp.la                \
-       olympus/libexif-olympus.la
+libexif_la_LIBADD = -lm
 
 libexifincludedir = $(includedir)/libexif
 libexifinclude_HEADERS =       \
@@ -32,7 +28,6 @@ libexifinclude_HEADERS =      \
        exif-entry.h            \
        exif-format.h           \
        exif-ifd.h              \
-       exif-note.h             \
        exif-result.h           \
        exif-tag.h              \
        exif-utils.h