From: <as...@us...> - 2002-09-15 13:12:25
|
Update of /cvsroot/libexif/gexif/gexif In directory usw-pr-cvs1:/tmp/cvs-serv6965/gexif Modified Files: Makefile.am Log Message: add intl directory to includes search Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/gexif/gexif/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 23 Jul 2002 07:23:06 -0000 1.6 +++ Makefile.am 15 Sep 2002 13:12:21 -0000 1.7 @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_srcdir)/intl \ -DGTK_DISABLE_DEPRECATED \ -DGEXIF_LOCALEDIR="\"$(datadir)/locale\"" \ $(GEXIF_CFLAGS) |