Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 1750:7580e52a8218
[xemacs-hg @ 2003-10-15 03:09:02 by james]
Define module-load-path and module-extensions even when compiling without modulesupport.
author | james |
---|---|
date | Wed, 15 Oct 2003 03:09:03 +0000 |
parents | 7c80b06e433f |
children | bf8be6575eae |
line wrap: on
line diff
--- a/src/Makefile.in.in Tue Oct 14 17:27:54 2003 +0000 +++ b/src/Makefile.in.in Wed Oct 15 03:09:03 2003 +0000 @@ -223,7 +223,7 @@ #endif #ifdef HAVE_SHLIB -shlib_objs=sysdll.o emodules.o +shlib_objs=sysdll.o # ifdef HAVE_MS_WINDOWS export_lib=xemacs-export.o xemacs-export.o: xemacs.def @@ -258,7 +258,7 @@ console-stream.o\ data.o $(database_objs) $(debug_objs) device.o dired.o doc.o doprnt.o\ dynarr.o \ - editfns.o elhash.o emacs.o eval.o events.o\ + editfns.o elhash.o emacs.o emodules.o eval.o events.o\ 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\