patch-src_gui_curses_Makefile_in 580 B

123456789101112
  1. $Id$
  2. --- weechat-0.1.8.orig/src/gui/curses/Makefile.in 2006-03-18 08:46:20.000000000 +0000
  3. +++ weechat-0.1.8/src/gui/curses/Makefile.in 2007-02-15 21:56:21.000000000 +0000
  4. @@ -365,7 +365,7 @@ clean-binPROGRAMS:
  5. done
  6. weechat-curses$(EXEEXT): $(weechat_curses_OBJECTS) $(weechat_curses_DEPENDENCIES)
  7. @rm -f weechat-curses$(EXEEXT)
  8. - $(LINK) $(weechat_curses_LDFLAGS) $(weechat_curses_OBJECTS) $(weechat_curses_LDADD) $(LIBS)
  9. + $(LINK) $(weechat_curses_LDFLAGS) $(weechat_curses_OBJECTS) $(weechat_curses_LDADD) $(LIBICONV) $(LIBS)
  10. mostlyclean-compile:
  11. -rm -f *.$(OBJEXT)