add more stuff for rpm's

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6366 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-11-20 23:39:44 +00:00
parent 84c06d6374
commit 91bdeb6e2e
4 changed files with 306 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Index: Makefile.am
===================================================================
--- Makefile.am (revision 5682)
+++ Makefile.am (working copy)
@@ -133,7 +133,7 @@
if ADD_LIBEDIT
CORE_CFLAGS += -Ilibs/libedit/src -DSWITCH_HAVE_LIBEDIT
CORE_LIBS += libs/libedit/src/.libs/libedit.a
-freeswitch_LDADD += -lcurses
+freeswitch_LDADD += -lncurses
endif