changeset 80987:4e9aff6772cf

(LIBGPM): Allow it to be set from configure. If set then link Emacs with it.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 20 May 2007 02:49:03 +0000
parents ae304624e812
children 53eb4894d19c
files src/Makefile.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Sun May 20 02:47:36 2007 +0000
+++ b/src/Makefile.in	Sun May 20 02:49:03 2007 +0000
@@ -460,6 +460,8 @@
 LIBSOUND= @LIBSOUND@
 CFLAGS_SOUND= @CFLAGS_SOUND@
 
+LIBGPM= @LIBGPM@
+
 #ifndef ORDINARY_LINK
 /* Fix linking if compiled with GCC.  */
 #ifdef __GNUC__
@@ -933,7 +935,7 @@
    Note that SunOS needs -lm to come before -lc; otherwise, you get
    duplicated symbols.  If the standard libraries were compiled
    with GCC, we might need gnulib again after them.  */
-LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \
+LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) $(LIBGPM)\
    LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
    LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
    $(GNULIB_VAR)