Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4789:56049bea9231 | 4790:bc4f2511bbea |
---|---|
351 libextcli_Xt.a libextcli_Xlib.a\ | 351 libextcli_Xt.a libextcli_Xlib.a\ |
352 $(shared_other_files) | 352 $(shared_other_files) |
353 | 353 |
354 # endif /* EXTERNAL_WIDGET */ | 354 # endif /* EXTERNAL_WIDGET */ |
355 | 355 |
356 # if defined (HAVE_OFFIX_DND) || defined (HAVE_CDE) | 356 # if defined (HAVE_CDE) |
357 dnd_objs = @dnd_objs@ | 357 dnd_objs = @dnd_objs@ |
358 # endif /* HAVE_OFFIX_DND || HAVE_CDE */ | 358 # endif /* HAVE_CDE */ |
359 | 359 |
360 X11_objs = EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs) $(dnd_objs) | 360 X11_objs = EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs) $(dnd_objs) |
361 #endif /* HAVE_X_WINDOWS */ | 361 #endif /* HAVE_X_WINDOWS */ |
362 | 362 |
363 ## define otherobjs as list of object files that make-docfile | 363 ## define otherobjs as list of object files that make-docfile |