Mod Cplusplus CVS committal
Author : gr84b8
Project : apr_cplusplus
Module : src
Dir : apr_cplusplus/src
Modified Files:
Makefile.am
Log Message:
add initial untested support for registering objects with pools to allow your objects to get cleaned up when a pool gets cleaned up.
===================================================================
RCS file: /cvsroot/modcplusplus/apr_cplusplus/src/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- Makefile.am 2001/11/01 08:27:38 1.1.1.1
+++ Makefile.am 2001/11/21 16:50:45 1.2
@@ -1 +1 @@
-SUBDIRS = tables
+SUBDIRS = tables pools
|