2
0

curses.patch 370 B

12345678910111213
  1. Index: Makefile.am
  2. ===================================================================
  3. --- Makefile.am (revision 5682)
  4. +++ Makefile.am (working copy)
  5. @@ -133,7 +133,7 @@
  6. if ADD_LIBEDIT
  7. CORE_CFLAGS += -Ilibs/libedit/src -DSWITCH_HAVE_LIBEDIT
  8. CORE_LIBS += libs/libedit/src/.libs/libedit.a
  9. -freeswitch_LDADD += -lcurses
  10. +freeswitch_LDADD += -lncurses
  11. endif