From e7c521b5157baa477f934c64a9ef0ac451b0c2e0 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 7 Mar 2014 20:50:28 -0500 Subject: [PATCH] more subdir references --- src/mod/xml_int/mod_xml_scgi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/xml_int/mod_xml_scgi/Makefile.am b/src/mod/xml_int/mod_xml_scgi/Makefile.am index 7727d99171..ab044688be 100644 --- a/src/mod/xml_int/mod_xml_scgi/Makefile.am +++ b/src/mod/xml_int/mod_xml_scgi/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/build/modmake.rulesam MODNAME=mod_xml_scgi mod_LTLIBRARIES = mod_xml_scgi.la -mod_xml_scgi_la_SOURCES = mod_xml_scgi.c $(switch_srcdir)/libs/libscgi/src/scgi.c +mod_xml_scgi_la_SOURCES = mod_xml_scgi.c ../../../../libs/libscgi/src/scgi.c mod_xml_scgi_la_CFLAGS = $(AM_CFLAGS) -I. -I$(switch_srcdir)/libs/libscgi/src/include -D_GNU_SOURCE mod_xml_scgi_la_LIBADD = $(switch_builddir)/libfreeswitch.la mod_xml_scgi_la_LDFLAGS = -avoid-version -module -no-undefined -shared