Update of /cvsroot/libexif/exif/exif
In directory usw-pr-cvs1:/tmp/cvs-serv32258
Modified Files:
Makefile.am
Log Message:
exif has been i18ned
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/exif/exif/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am 28 Oct 2002 11:54:03 -0000 1.10
+++ Makefile.am 28 Oct 2002 12:35:46 -0000 1.11
@@ -14,4 +14,5 @@
exif_LDADD = \
../libjpeg/libjpeg.la \
$(LIBEXIF_LIBS) \
- $(POPT_LIBS)
+ $(POPT_LIBS) \
+ $(INTLLIBS)
|