]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add dependency so that 'make -C libs/esl/perl perlmod-install' works right
authorMichael Jerris <mike@jerris.com>
Thu, 30 Jul 2015 02:47:51 +0000 (21:47 -0500)
committerMichael Jerris <mike@jerris.com>
Thu, 30 Jul 2015 02:48:08 +0000 (21:48 -0500)
libs/esl/perl/Makefile.am

index f3003209528c423b07f59fa07b5683a8f5be9f3d..3af0e6df0acf34e2a7f7980dc36b97c220b436ee 100644 (file)
@@ -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