autodial update

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3377 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Anthony Minessale II
2004-07-02 22:40:09 +00:00
parent 3697f7dbcc
commit 75d4369dfc
5 changed files with 186 additions and 65 deletions

View File

@@ -194,6 +194,13 @@ endif
CC=gcc
INSTALL=install
####### res_perl
LIBS += $(shell /usr/local/bin/perl -MExtUtils::Embed -e ldopts) $(shell perl -MConfig -e 'print $$Config{libs}')
PERLCFLAGS += $(shell /usr/local/bin/perl -MExtUtils::Embed -e ccopts)
OBJS += perlxsi.o
####### /res_perl
_all: all
@echo " +--------- Asterisk Build Complete ---------+"
@echo " + Asterisk has successfully been built, but +"
@@ -205,6 +212,11 @@ _all: all
all: depend asterisk subdirs
####### res_perl
perlxsi.o:
$(CC) -c perlxsi.c $(PERLCFLAGS) -o perlxsi.o
####### /res_perl
editline/config.h:
cd editline && unset CFLAGS LIBS && ./configure ; \