mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-02 17:03:52 +00:00
add dependency so that 'make -C libs/esl/perl perlmod-install' works right
This commit is contained in:
parent
51b38145e4
commit
6565473ba0
@ -17,6 +17,9 @@ perlmod-install: install-perlLTLIBRARIES
|
||||
install -m 755 ESL/* $(DESTDIR)$(PERL_SITEDIR)/ESL
|
||||
endif
|
||||
|
||||
../libesl.la:
|
||||
$(MAKE) -C ..
|
||||
|
||||
esl_wrap.cpp:
|
||||
swig2.0 -module ESL -shadow -perl5 -c++ -DMULTIPLICITY -I../src/include -o esl_wrap.cpp ../ESL.i
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user