Update of /cvsroot/libexif/libexif/libexif
In directory sc8-pr-cvs1:/tmp/cvs-serv27365/libexif
Modified Files:
Makefile.am
Log Message:
2003-10-26 Lutz Mueller <lu...@us...>
* libexif/olympus
* libexif/canon
* libexif/pentax: Merge libmnote with libexif. The code compiles but
is completely untested.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.am 26 Oct 2003 10:06:17 -0000 1.21
+++ Makefile.am 26 Oct 2003 10:11:31 -0000 1.22
@@ -25,7 +25,7 @@
libexif_la_LIBADD = -lm \
canon/libmnote-canon.a \
olympus/libmnote-olympus.a \
- olympus/libmnote-pentax.a
+ pentax/libmnote-pentax.a
libexifincludedir = $(includedir)/libexif
libexifinclude_HEADERS = \
|