Home | History | Annotate | Download | only in patches
      1 --- ../eog-2.10.0.old/shell/Makefile.am	2005-07-13 13:37:03.194059000 +0100
      2 +++ ./shell/Makefile.am	2005-07-13 13:38:02.187519000 +0100
      3 @@ -1,7 +1,7 @@
      4  SUBDIRS = recent-files
      5  
      6  if ENABLE_JPEG
      7 -jpeg_LIB = -L$(top_builddir)/jpegutils -leog-jpegutils
      8 +jpeg_LIB = -L$(top_builddir)/jpegutils -leog-jpegutils -ljpeg
      9  jpeg_DEPS = $(top_builddir)/jpegutils/libeog-jpegutils.a
     10  endif
     11  
     12