Update of /cvsroot/libexif/libexif/libexif
In directory sc8-pr-cvs1:/tmp/cvs-serv20087/libexif
Modified Files:
Makefile.am
Log Message:
2002-12-02 Lutz Müller <lu...@us...>
* libexif/Makefile.am: Forgot to remove the some subdirs.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am 2 Dec 2002 22:17:23 -0000 1.18
+++ Makefile.am 2 Dec 2002 22:29:54 -0000 1.19
@@ -18,11 +18,7 @@
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 @@
exif-entry.h \
exif-format.h \
exif-ifd.h \
- exif-note.h \
exif-result.h \
exif-tag.h \
exif-utils.h
|