From: Lutz M?l. <lu...@us...> - 2003-10-26 10:14:32
|
Update of /cvsroot/libexif/libexif/libexif/canon In directory sc8-pr-cvs1:/tmp/cvs-serv27365/libexif/canon 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/canon/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 26 Oct 2003 10:06:17 -0000 1.5 +++ Makefile.am 26 Oct 2003 10:11:31 -0000 1.6 @@ -3,8 +3,8 @@ -I$(top_srcdir) \ -I$(top_srcdir)/intl -noinst_LIBRARIES = libmnote-canon.a -libmnote_canon_a_SOURCES = \ +noinst_LTLIBRARIES = libmnote-canon.la +libmnote_canon_la_SOURCES = \ exif-mnote-data-canon.c exif-mnote-data-canon.h \ mnote-canon-entry.c mnote-canon-entry.h \ mnote-canon-tag.c mnote-canon-tag.h |