From 13f107bc240d351b1eb1915eff140efe1b4a95bb Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 3 Jun 2010 11:20:48 +0200 Subject: Added detection of tone_zone_sound structure name. Thanx to Janis for this patch. modified: Makefile.am modified: Makefile.in modified: configure modified: configure.ac --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f25280d..fc73514 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,7 @@ chan_lcr_so_LDFLAGS = -shared chan_lcr_so_LDADD = chan_lcr.po bchannel.po options.po callerid.po select.po chan_lcr.po: chan_lcr.c chan_lcr.h - $(CC) $(INCLUDES) -D_GNU_SOURCE -fPIC -c chan_lcr.c -o chan_lcr.po + $(CC) $(INCLUDES) $(AST_CFLAGS) -D_GNU_SOURCE -fPIC -c chan_lcr.c -o chan_lcr.po bchannel.po: bchannel.c bchannel.h $(CC) $(INCLUDES) -D_GNU_SOURCE -fPIC -c bchannel.c -o bchannel.po -- cgit v1.2.3-55-g7522