]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorBrian West <brian@freeswitch.org>
Fri, 21 Mar 2014 20:08:32 +0000 (15:08 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 21 Mar 2014 20:08:32 +0000 (15:08 -0500)
libs/esl/perl/Makefile.am

index fc60f159824c5c72870ef727926281caf6285425..dadfc2e8b3b3239928e3c3400dc90939f1dbae2f 100644 (file)
@@ -13,7 +13,7 @@ esl_wrap.o: esl_wrap.cpp
        $(CXX) -I$(switch_srcdir)/libs/esl/src/include $(SWITCH_AM_CXXFLAGS) $(CXXFLAGS) -w $(PERL_INC) -c esl_wrap.cpp -o esl_wrap.o
 
 ESL.so: esl_wrap.o perlxsi.o
-       $(CXX) $(SOLINK) esl_wrap.o perlxsi.o ../.libs/libesl.a $(PERL__LDFLAGS) -o ESL.so -L. $(LIBS)
+       $(CXX) $(SOLINK) esl_wrap.o perlxsi.o ../.libs/libesl.a $(PERL_LDFLAGS) -o ESL.so -L. $(LIBS)
 
 clean:
        rm -f *.o *.so *~