]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/apr-util/export_vars.sh.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / apr-util / export_vars.sh.in
1 #
2 # export_vars.sh
3 #
4 # This shell script is used to export vars to the application using the
5 # APRUTIL library. This script should be "sourced" to ensure the variable
6 # values are set within the calling script's context. For example:
7 #
8 #   $ . path/to/apr-util/export_vars.sh
9 #
10
11 APRUTIL_EXPORT_INCLUDES="@APRUTIL_INCLUDES@"
12 APRUTIL_EXPORT_LIBS="@APRUTIL_EXPORT_LIBS@"
13 APRUTIL_LDFLAGS="@APRUTIL_LDFLAGS@"