mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-15 21:03:06 +00:00
12 lines
206 B
Makefile
12 lines
206 B
Makefile
|
|
||
|
use ExtUtils::MakeMaker;
|
||
|
|
||
|
WriteMakefile(
|
||
|
NAME => 'JS',
|
||
|
DEFINE => '-DOSSP -DXP_UNIX',
|
||
|
INC => "-I..",
|
||
|
LIBS => "-L../../.libs -ljs @LIBS@",
|
||
|
VERSION_FROM => 'JS.pm',
|
||
|
);
|
||
|
|