Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 4790:bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 22 Dec 2009 15:52:06 -0700 |
parents | aa5ed11f473b |
children | bde90bc762f2 |
line wrap: on
line diff
--- a/src/Makefile.in.in Tue Dec 22 19:07:40 2009 +0900 +++ b/src/Makefile.in.in Tue Dec 22 15:52:06 2009 -0700 @@ -353,9 +353,9 @@ # endif /* EXTERNAL_WIDGET */ -# if defined (HAVE_OFFIX_DND) || defined (HAVE_CDE) +# if defined (HAVE_CDE) dnd_objs = @dnd_objs@ -# endif /* HAVE_OFFIX_DND || HAVE_CDE */ +# endif /* HAVE_CDE */ X11_objs = EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs) $(dnd_objs) #endif /* HAVE_X_WINDOWS */