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