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.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fd8370c..3b7f738 100644 --- a/Makefile.in +++ b/Makefile.in @@ -166,6 +166,7 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ +AST_CFLAGS = @AST_CFLAGS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -882,7 +883,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ @ENABLE_ASTERISK_CHANNEL_DRIVER_TRUE@chan_lcr.po: chan_lcr.c chan_lcr.h -@ENABLE_ASTERISK_CHANNEL_DRIVER_TRUE@ $(CC) $(INCLUDES) -D_GNU_SOURCE -fPIC -c chan_lcr.c -o chan_lcr.po +@ENABLE_ASTERISK_CHANNEL_DRIVER_TRUE@ $(CC) $(INCLUDES) $(AST_CFLAGS) -D_GNU_SOURCE -fPIC -c chan_lcr.c -o chan_lcr.po @ENABLE_ASTERISK_CHANNEL_DRIVER_TRUE@bchannel.po: bchannel.c bchannel.h @ENABLE_ASTERISK_CHANNEL_DRIVER_TRUE@ $(CC) $(INCLUDES) -D_GNU_SOURCE -fPIC -c bchannel.c -o bchannel.po -- cgit v1.2.3-55-g7522