svn commit: r1920370 - in /apr/apr-util/branches/1.7.x: ./ CMakeLists.txt
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 1 21:25:29 2024
New Revision: 1920370
URL: http://svn.apache.org/viewvc?rev=1920370&view=rev
Log:
Merge r1858332 from apr/trunk:
* Register misc/apr_error.c in CMake build.
Modified:
apr/apr-util/branches/1.7.x/ (props changed)
apr/apr-util/branches/1.7.x/CMakeLists.txt
Propchange: apr/apr-util/branches/1.7.x/
------------------------------------------------------------------------------
Merged /apr/apr/trunk:r1858332
Modified: apr/apr-util/branches/1.7.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/CMakeLists.txt?rev=1920370&r1=1920369&r2=1920370&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/CMakeLists.txt (original)
+++ apr/apr-util/branches/1.7.x/CMakeLists.txt Sun Sep 1 21:25:29 2024
@@ -216,6 +216,7 @@ SET(APR_SOURCES
hooks/apr_hooks.c
memcache/apr_memcache.c
misc/apr_date.c
+ misc/apr_error.c
misc/apr_queue.c
misc/apr_reslist.c
misc/apr_rmm.c