|
From: Dan F. <dfa...@us...> - 2008-11-18 20:42:17
|
Update of /cvsroot/libexif/libexif/contrib In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26892/contrib Modified Files: Makefile.am 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: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/contrib/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- Makefile.am 6 Nov 2008 06:54:50 -0000 1.1 +++ Makefile.am 18 Nov 2008 20:42:13 -0000 1.2 @@ -1,3 +1,5 @@ +SUBDIRS = examples + # The c++ and aolserver contrib directories are out of date and are # are pointless to distribute in the offical source release. |