pass top level configure cflags into spandsp too

This commit is contained in:
Michael Jerris 2014-02-24 13:39:06 -05:00
parent 3046e23fbe
commit 4aec16e878
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
AC_PREREQ([2.59])
AC_INIT([spandsp], [1.99.0])
CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"
LDFLAGS="$LDFLAGS $CONFIGURE_LDFLAGS"
SPANDSP_LT_CURRENT=3
SPANDSP_LT_REVISION=0
SPANDSP_LT_AGE=0