From: Mathieu Rene Date: Tue, 12 Oct 2010 18:21:08 +0000 (-0400) Subject: fix Makefile.am typo in last commit X-Git-Tag: v1.2-rc1~265^2~11^2~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e86f7c24ca3c302e261f3f683f8f98d9bf3d9a;p=thirdparty%2Ffreeswitch.git fix Makefile.am typo in last commit --- diff --git a/Makefile.am b/Makefile.am index be6440dc73..944511dac9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,11 +282,11 @@ fs_cli_LDADD = libs/libedit/src/.libs/libedit.a endif ## -## fs_encode +## fs_encode () ## fs_encode_SOURCES = src/fs_encode.c fs_encode_CFLAGS = $(AM_CFLAGS) -fs_encode_lDFlAGS = $(AM_LDFLAGS) $(CORE_LIBS) +fs_encode_LDFLAGS = $(AM_LDFLAGS) $(CORE_LIBS) fs_encode_LDADD = libfreeswitch.la ##