aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-24 23:18:24 +0000
committerRichard M. Stallman1995-12-24 23:18:24 +0000
commitd098199ed98eb892252d30cc53ee42e35d60eb96 (patch)
treea6051a1eb4d927e5502d4b9d4580290793896064 /src
parent2ab1394150d6f2f0a41cddd93a978b96dcdf5b7b (diff)
downloademacs-d098199ed98eb892252d30cc53ee42e35d60eb96.tar.gz
emacs-d098199ed98eb892252d30cc53ee42e35d60eb96.zip
(LIBXT): Use DYNAMIC_OPTION too.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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
345/* We assume the config files have defined STATIC_OPTION 345/* We assume the config files have defined STATIC_OPTION
346 since that might depend on the operating system. 346 since that might depend on the operating system.
347 (Don't forget you need different definitions with and without __GNUC__.) */ 347 (Don't forget you need different definitions with and without __GNUC__.) */
348LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext STATIC_OPTION 348LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
349#else /* not LIBXT_STATIC */ 349#else /* not LIBXT_STATIC */
350LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext 350LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
351#endif /* not LIBXT_STATIC */ 351#endif /* not LIBXT_STATIC */