fix perlxsi broken by changes to allow icc

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@988 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-03-30 23:24:26 +00:00
parent 4a2c9a5e6c
commit 215a1b2a1f
2 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,7 @@ all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) fs_perl.$(DYNAMIC_LIB_EXTEN)
|| ((echo Sorry, you need to compile perl with threads and multiplicity.&& exit 1))
@touch .perlok
perlxsi.c: .perlok
perl -MExtUtils::Embed -e xsinit
depends: perlxsi.c
depends:
%.o: %.c
$(CC) $(CFLAGS) -fPIC -c $< -o $@

View File

@ -1,3 +1,6 @@
#ifdef __ICC
#pragma warning (disable:1419)
#endif
#include <EXTERN.h>
#include <perl.h>