From: Hans U. N. <hu...@us...> - 2007-05-21 14:25:02
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1555/libexif Modified Files: exif.h Log Message: Ahem. It IS #include <libexif/foo>, not <exif/foo>, after all. Revert hacks and changes Index: exif.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- exif.h 21 May 2007 13:53:00 -0000 1.4 +++ exif.h 21 May 2007 14:24:58 -0000 1.5 @@ -33,10 +33,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE * * \section using_libexif Using libexif * - * ##include <exif/exif.h> - * - * Do not let it confuse you that the source code still contains these - * include files in its libexif/ subdirectory. + * ##include <libexif/exif.h> * * libexif provides a libexif.pc file for use with pkgconfig. The * libexif-uninstalled.pc file probably still needs some work WRT to |