From: <as...@us...> - 2002-12-03 09:05:05
|
Update of /cvsroot/libexif/libmnote/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv20519/libmnote Modified Files: Makefile.am Added Files: i18n.h Log Message: i18n factorization --- NEW FILE: i18n.h --- (This appears to be a binary file; contents omitted.) Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Makefile.am 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ Makefile.am 3 Dec 2002 09:04:31 -0000 1.2 @@ -1,8 +1,9 @@ SUBDIRS = canon fuji hp olympus pentax INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ + -I$(top_srcdir) \ + -I$(top_srcdir)/intl \ + -I$(top_srcdir)/libmnote \ -DLIBMNOTE_LOCALEDIR=\""$(datadir)/locale"\" \ $(LIBEXIF_CFLAGS) |