aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-12-24 23:18:24 +0000
committerRichard M. Stallman <[email protected]>1995-12-24 23:18:24 +0000
commitd098199ed98eb892252d30cc53ee42e35d60eb96 (patch)
treea6051a1eb4d927e5502d4b9d4580290793896064 /src/Makefile.in
parent2ab1394150d6f2f0a41cddd93a978b96dcdf5b7b (diff)
(LIBXT): Use DYNAMIC_OPTION too.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index a097849e69..241271a74f 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 */