From 8ed1d4f1ea81512dbfcafa2469a04625179fcf7d Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 17 Mar 2014 08:46:38 -0400 Subject: [PATCH] FS-6293: fix mod_rtmp srcdir build --- src/mod/endpoints/mod_rtmp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_rtmp/Makefile.am b/src/mod/endpoints/mod_rtmp/Makefile.am index eec6a5d1ba..c9e84239ea 100644 --- a/src/mod/endpoints/mod_rtmp/Makefile.am +++ b/src/mod/endpoints/mod_rtmp/Makefile.am @@ -3,6 +3,6 @@ MODNAME=mod_rtmp mod_LTLIBRARIES = mod_rtmp.la mod_rtmp_la_SOURCES = mod_rtmp.c rtmp_sig.c rtmp.c rtmp_tcp.c mod_rtmp_la_SOURCES += libamf/src/amf0.c libamf/src/hash.c libamf/src/io.c libamf/src/ptrarray.c libamf/src/types.c -mod_rtmp_la_CFLAGS = $(AM_CFLAGS) -Ilibamf/src +mod_rtmp_la_CFLAGS = $(AM_CFLAGS) -Ilibamf/src -I$(abs_srcdir)/libamf/src mod_rtmp_la_LIBADD = $(switch_builddir)/libfreeswitch.la mod_rtmp_la_LDFLAGS = -avoid-version -module -no-undefined -shared