aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorNick Roberts2007-05-20 02:49:03 +0000
committerNick Roberts2007-05-20 02:49:03 +0000
commitdb8448d2bd30a28bcce9a3b6d9bdd6ad2d23f911 (patch)
treed456d01da9daa7755bc3194dc4e1961d59f3bb2f /src/Makefile.in
parentd036ccf4b9a877873b54e3c12f5f709bcf944530 (diff)
downloademacs-db8448d2bd30a28bcce9a3b6d9bdd6ad2d23f911.tar.gz
emacs-db8448d2bd30a28bcce9a3b6d9bdd6ad2d23f911.zip
(LIBGPM): Allow it to be set from configure.
If set then link Emacs with it.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 1ce3702336f..216e6a420c1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -460,6 +460,8 @@ LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
460LIBSOUND= @LIBSOUND@ 460LIBSOUND= @LIBSOUND@
461CFLAGS_SOUND= @CFLAGS_SOUND@ 461CFLAGS_SOUND= @CFLAGS_SOUND@
462 462
463LIBGPM= @LIBGPM@
464
463#ifndef ORDINARY_LINK 465#ifndef ORDINARY_LINK
464/* Fix linking if compiled with GCC. */ 466/* Fix linking if compiled with GCC. */
465#ifdef __GNUC__ 467#ifdef __GNUC__
@@ -933,7 +935,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \
933 Note that SunOS needs -lm to come before -lc; otherwise, you get 935 Note that SunOS needs -lm to come before -lc; otherwise, you get
934 duplicated symbols. If the standard libraries were compiled 936 duplicated symbols. If the standard libraries were compiled
935 with GCC, we might need gnulib again after them. */ 937 with GCC, we might need gnulib again after them. */
936LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \ 938LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) $(LIBGPM)\
937 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ 939 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
938 LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \ 940 LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
939 $(GNULIB_VAR) 941 $(GNULIB_VAR)