From: Michael Jerris Date: Thu, 30 Jul 2015 02:47:51 +0000 (-0500) Subject: add dependency so that 'make -C libs/esl/perl perlmod-install' works right X-Git-Tag: v1.6.2~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6565473ba07bb5157486714587c32a64f8fc2f2d;p=thirdparty%2Ffreeswitch.git add dependency so that 'make -C libs/esl/perl perlmod-install' works right --- diff --git a/libs/esl/perl/Makefile.am b/libs/esl/perl/Makefile.am index f300320952..3af0e6df0a 100644 --- a/libs/esl/perl/Makefile.am +++ b/libs/esl/perl/Makefile.am @@ -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