upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr-util / export_vars.sh
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="-I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib"
12 APRUTIL_EXPORT_LIBS="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/libexpat.la"
13 APRUTIL_LDFLAGS="-L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib"