summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Eversberg2010-06-03 11:20:48 +0200
committerAndreas Eversberg2010-06-03 11:20:48 +0200
commit13f107bc240d351b1eb1915eff140efe1b4a95bb (patch)
treef234e7d2a47619c175c6db6379c48432a2504744 /Makefile.in
parentTested and fixed the new OpenBSC API. (diff)
downloadlcr-13f107bc240d351b1eb1915eff140efe1b4a95bb.tar.gz
lcr-13f107bc240d351b1eb1915eff140efe1b4a95bb.tar.xz
lcr-13f107bc240d351b1eb1915eff140efe1b4a95bb.zip
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
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