From d098199ed98eb892252d30cc53ee42e35d60eb96 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Dec 1995 23:18:24 +0000 Subject: [PATCH] (LIBXT): Use DYNAMIC_OPTION too. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2