diff options
Diffstat (limited to 'src')
| -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 */ |