[Modcplusplus-devel] (gr84b8) apr_cplusplus/src Makefile.am
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2001-11-21 16:51:16
|
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 |