Blame export_vars.sh.in

Packit 383869
#
Packit 383869
# export_vars.sh
Packit 383869
#
Packit 383869
# This shell script is used to export vars to the application using the
Packit 383869
# APRUTIL library. This script should be "sourced" to ensure the variable
Packit 383869
# values are set within the calling script's context. For example:
Packit 383869
#
Packit 383869
#   $ . path/to/apr-util/export_vars.sh
Packit 383869
#
Packit 383869
Packit 383869
APRUTIL_EXPORT_INCLUDES="@APRUTIL_INCLUDES@"
Packit 383869
APRUTIL_EXPORT_LIBS="@APRUTIL_EXPORT_LIBS@"
Packit 383869
APRUTIL_LDFLAGS="@APRUTIL_LDFLAGS@"