]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBXT): Use DYNAMIC_OPTION too.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 1995 23:18:24 +0000 (23:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Dec 1995 23:18:24 +0000 (23:18 +0000)
src/Makefile.in

index a097849e6957abf0e4381cc30b0ac6c387502128..241271a74fef48796dfca50853c17dba049c8077 100644 (file)
@@ -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 */