Use of pre_cleanups is not the default for reslists.
[apr-util.git] / export_vars.sh.in
blob96a935263193d42e1867bb217b10c18ab046659b
2 # export_vars.sh
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:
8 # $ . path/to/apr-util/export_vars.sh
11 APRUTIL_EXPORT_INCLUDES="@APRUTIL_INCLUDES@"
12 APRUTIL_EXPORT_LIBS="@APRUTIL_EXPORT_LIBS@"
13 APRUTIL_LDFLAGS="@APRUTIL_LDFLAGS@"