From: <as...@us...> - 2002-09-15 13:10:40
|
Update of /cvsroot/libexif/exif/exif In directory usw-pr-cvs1:/tmp/cvs-serv6559/exif Modified Files: Makefile.am Log Message: add intl directory to includes search Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/exif/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 9 Jun 2002 09:14:41 -0000 1.8 +++ Makefile.am 15 Sep 2002 13:10:34 -0000 1.9 @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_srcdir)/intl \ -DEXIF_LOCALEDIR=\""$(datadir)/locale"\" \ $(LIBEXIF_CFLAGS) |