]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_spandsp] Fix typo
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 19 Aug 2020 20:25:01 +0000 (22:25 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 19 Aug 2020 20:25:01 +0000 (22:25 +0200)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
src/mod/applications/mod_spandsp/Makefile.am

index 61ae45a4161d0536920da60788e2be7186392e52..60cc0068c5e6bfd5d752615d1e4a3d6daeeb6b8f 100644 (file)
@@ -4,6 +4,6 @@ MODNAME=mod_spandsp
 mod_LTLIBRARIES = mod_spandsp.la
 mod_spandsp_la_SOURCES  = mod_spandsp.c udptl.c mod_spandsp_fax.c mod_spandsp_dsp.c mod_spandsp_codecs.c mod_spandsp_modem.c
 mod_spandsp_la_CFLAGS   = $(AM_CFLAGS) 
-mod_spandsp_la_CPPFLAGS = $(SPANDSL_CFLAGS) -I.
+mod_spandsp_la_CPPFLAGS = $(SPANDSP_CFLAGS) -I.
 mod_spandsp_la_LIBADD   = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LIBS) -ljpeg -lz -ltiff
 mod_spandsp_la_LDFLAGS  = -avoid-version -module -no-undefined -shared