depends: add the debug/release concept to depends

This commit is contained in:
Cory Fields
2014-09-23 16:59:03 -04:00
parent 4b2b78b9f2
commit 2027ad30e7
4 changed files with 51 additions and 30 deletions

View File

@@ -81,4 +81,7 @@ fi
if test -n "@CXXFLAGS@"; then
export CXXFLAGS="@CXXFLAGS@ $CXXFLAGS"
fi
if test -n "@CPPFLAGS@"; then
export CPPFLAGS="@CPPFLAGS@ $CPPFLAGS"
fi
export LDFLAGS="-L$prefix/lib @LDFLAGS@ $LDFLAGS"