diff src/Makefile.in.in @ 4708:1cecc3e9f0a0

Use giflib or libungif to provide GIF support, instead of using internal routines. Delete internal GIF support code with no stated license. Fix up a number of references in the documentation to GIF support. See discussion on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author Jerry James <james@xemacs.org>
date Mon, 05 Oct 2009 10:11:59 -0600
parents b14c8c2d6597
children 80d74fed5399
line wrap: on
line diff
--- a/src/Makefile.in.in	Sat Oct 03 14:22:08 2009 +0100
+++ b/src/Makefile.in.in	Mon Oct 05 10:11:59 2009 -0600
@@ -183,10 +183,6 @@
 event_unixoid_objs=event-unixoid.o
 #endif
 
-#ifdef HAVE_GIF
-gif_objs=dgif_lib.o gif_io.o
-#endif
-
 #ifdef HAVE_GPM
 gpm_objs=gpmevent.o
 #endif
@@ -285,7 +281,7 @@
  event-stream.o $(event_unixoid_objs) $(extra_objs) extents.o\
  faces.o file-coding.o fileio.o $(LOCK_OBJ) filemode.o floatfns.o fns.o \
  font-lock.o frame.o\
- gc.o general.o $(gif_objs) glyphs.o glyphs-eimage.o glyphs-shared.o\
+ gc.o general.o glyphs.o glyphs-eimage.o glyphs-shared.o\
  glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \
  gutter.o\
  hash.o imgproc.o indent.o insdel.o intl.o\