diff options
-rw-r--r-- | src/gui/curses/Makefile.am | 2 | ||||
-rw-r--r-- | src/gui/gtk/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/curses/Makefile.am b/src/gui/curses/Makefile.am index d6c157174..9d314e919 100644 --- a/src/gui/curses/Makefile.am +++ b/src/gui/curses/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(NCURSES_CFLAGS) bin_PROGRAMS = weechat-curses # Because of a linker bug, we have to link 2 times with lib_weechat_core.a -# (and it must be 2 different path/names to be keeped by linker) +# (and it must be 2 different path/names to be kept by linker) weechat_curses_LDADD = ./../../core/lib_weechat_core.a \ ../../plugins/lib_weechat_plugins.a \ ../lib_weechat_gui_common.a \ diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am index 004a3976f..26e654b08 100644 --- a/src/gui/gtk/Makefile.am +++ b/src/gui/gtk/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(GTK_CFLAGS) bin_PROGRAMS = weechat-gtk # Because of a linker bug, we have to link 2 times with lib_weechat_core.a -# (and it must be 2 different path/names to be keeped by linker) +# (and it must be 2 different path/names to be kept by linker) weechat_gtk_LDADD = ./../../core/lib_weechat_core.a \ ../../plugins/lib_weechat_plugins.a \ ../lib_weechat_gui_common.a \ |