diff options
author | Damjan Jovanovic <damjan@apache.org> | 2017-01-03 18:01:55 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2017-01-03 18:01:55 +0000 |
commit | 51e663482c94e93dab048ea122896c5215c31a0e (patch) | |
tree | eddd0aea403377d5265df2bc92c4b9f28bbf8548 /ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx | |
parent | ce830a45c56aa2db5f3e556af7ffc7145611c748 (diff) |
Port main/ucb to gbuild.
Use real version detection from the library instead of from the header
files for apr, apr-util, and serf.
Add apr, apr-util, and serf to main/RepositoryExternal.mk where they belong.
For GNOMEVFS and GIO, use the CFLAGS and LIBS detected by ./configure
instead of trying to rediscover them like the dmake makefiles did.
Patch by: me
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx')
-rw-r--r-- | ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx index 14f7848cfe14..1af2b73e76fd 100644 --- a/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx +++ b/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfGetReqProcImpl.hxx" |