diff options
| author | Paul Eggert | 2012-09-27 16:02:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-27 16:02:23 -0700 |
| commit | 89d17fd0f291f4ea6d14fe1bc0143554dba6e951 (patch) | |
| tree | 4118229c4ff6b645e857e9013af6dd6b674c8142 /src/Makefile.in | |
| parent | e28e67b3a36f1534e2659fbfde90846a9fd5df6c (diff) | |
| download | emacs-89d17fd0f291f4ea6d14fe1bc0143554dba6e951.tar.gz emacs-89d17fd0f291f4ea6d14fe1bc0143554dba6e951.zip | |
Link with LIB_TIMER_TIME as needed.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e43f83e1172..f8da0091711 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -153,6 +153,7 @@ M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@ | |||
| 153 | M17N_FLT_LIBS = @M17N_FLT_LIBS@ | 153 | M17N_FLT_LIBS = @M17N_FLT_LIBS@ |
| 154 | 154 | ||
| 155 | LIB_CLOCK_GETTIME=@LIB_CLOCK_GETTIME@ | 155 | LIB_CLOCK_GETTIME=@LIB_CLOCK_GETTIME@ |
| 156 | LIB_TIMER_TIME=@LIB_TIMER_TIME@ | ||
| 156 | 157 | ||
| 157 | DBUS_CFLAGS = @DBUS_CFLAGS@ | 158 | DBUS_CFLAGS = @DBUS_CFLAGS@ |
| 158 | DBUS_LIBS = @DBUS_LIBS@ | 159 | DBUS_LIBS = @DBUS_LIBS@ |
| @@ -385,8 +386,8 @@ otherobj= $(TERMCAP_OBJ) $(PRE_ALLOC_OBJ) $(GMALLOC_OBJ) $(RALLOC_OBJ) \ | |||
| 385 | ## duplicated symbols. If the standard libraries were compiled | 386 | ## duplicated symbols. If the standard libraries were compiled |
| 386 | ## with GCC, we might need LIB_GCC again after them. | 387 | ## with GCC, we might need LIB_GCC again after them. |
| 387 | LIBES = $(LIBS) $(LIBX_BASE) $(LIBX_OTHER) $(LIBSOUND) \ | 388 | LIBES = $(LIBS) $(LIBX_BASE) $(LIBX_OTHER) $(LIBSOUND) \ |
| 388 | $(RSVG_LIBS) $(IMAGEMAGICK_LIBS) $(LIB_CLOCK_GETTIME) $(DBUS_LIBS) \ | 389 | $(RSVG_LIBS) $(IMAGEMAGICK_LIBS) $(LIB_CLOCK_GETTIME) $(LIB_TIMER_TIME) \ |
| 389 | $(LIB_EXECINFO) \ | 390 | $(DBUS_LIBS) $(LIB_EXECINFO) \ |
| 390 | $(LIBXML2_LIBS) $(LIBGPM) $(LIBRESOLV) $(LIBS_SYSTEM) \ | 391 | $(LIBXML2_LIBS) $(LIBGPM) $(LIBRESOLV) $(LIBS_SYSTEM) \ |
| 391 | $(LIBS_TERMCAP) $(GETLOADAVG_LIBS) $(SETTINGS_LIBS) $(LIBSELINUX_LIBS) \ | 392 | $(LIBS_TERMCAP) $(GETLOADAVG_LIBS) $(SETTINGS_LIBS) $(LIBSELINUX_LIBS) \ |
| 392 | $(FREETYPE_LIBS) $(FONTCONFIG_LIBS) $(LIBOTF_LIBS) $(M17N_FLT_LIBS) \ | 393 | $(FREETYPE_LIBS) $(FONTCONFIG_LIBS) $(LIBOTF_LIBS) $(M17N_FLT_LIBS) \ |