From: Richard M. Stallman Date: Sun, 24 Dec 1995 23:18:24 +0000 (+0000) Subject: (LIBXT): Use DYNAMIC_OPTION too. X-Git-Tag: emacs-19.34~2023 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d098199ed98eb892252d30cc53ee42e35d60eb96;p=emacs.git (LIBXT): Use DYNAMIC_OPTION too. --- diff --git a/src/Makefile.in b/src/Makefile.in index a097849e695..241271a74fe 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -345,7 +345,7 @@ LIBXTR6 = -lSM -lICE /* We assume the config files have defined STATIC_OPTION since that might depend on the operating system. (Don't forget you need different definitions with and without __GNUC__.) */ -LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext STATIC_OPTION +LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION #else /* not LIBXT_STATIC */ LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext #endif /* not LIBXT_STATIC */