diff options
| author | Richard M. Stallman | 1995-12-24 23:18:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-24 23:18:24 +0000 |
| commit | d098199ed98eb892252d30cc53ee42e35d60eb96 (patch) | |
| tree | a6051a1eb4d927e5502d4b9d4580290793896064 /src/Makefile.in | |
| parent | 2ab1394150d6f2f0a41cddd93a978b96dcdf5b7b (diff) | |
| download | emacs-d098199ed98eb892252d30cc53ee42e35d60eb96.tar.gz emacs-d098199ed98eb892252d30cc53ee42e35d60eb96.zip | |
(LIBXT): Use DYNAMIC_OPTION too.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
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__.) */ |
| 348 | LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext STATIC_OPTION | 348 | LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION |
| 349 | #else /* not LIBXT_STATIC */ | 349 | #else /* not LIBXT_STATIC */ |
| 350 | LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext | 350 | LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext |
| 351 | #endif /* not LIBXT_STATIC */ | 351 | #endif /* not LIBXT_STATIC */ |