Update of /cvsroot/libexif/libexif
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26892
Modified Files:
configure.ac ChangeLog
Log Message:
contrib/examples/*: Added a couple of simple example programs
to show how to use libexif. One was written by Naysawn Naderi
and the other one I wrote. Closes bug #1246824.
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif/configure.ac,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -d -r1.48 -r1.49
--- configure.ac 18 Nov 2008 10:15:49 -0000 1.48
+++ configure.ac 18 Nov 2008 20:42:11 -0000 1.49
@@ -204,6 +204,7 @@ AC_CONFIG_FILES([ po/Makefile.in
libexif-uninstalled.pc
binary/Makefile
contrib/Makefile
+ contrib/examples/Makefile
])
AC_OUTPUT
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -p -d -r1.288 -r1.289
--- ChangeLog 18 Nov 2008 20:28:37 -0000 1.288
+++ ChangeLog 18 Nov 2008 20:42:11 -0000 1.289
@@ -4,6 +4,9 @@
to be more thread safe
* po/nl.po: Updated Dutch translation by Erwin Poeze
* po/pl.po: Updated Polish translation by Jakub Bogusz
+ * contrib/examples/*: Added a couple of simple example programs
+ to show how to use libexif. One was written by Naysawn Naderi
+ and the other one I wrote. Closes bug #1246824.
2008-11-06 Dan Fandrich <da...@co...>
|