summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-12-23 15:14:51 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-01-21 15:02:16 -0500
commit69f65cc8b569d3a280d18ba360d3c37b7f6a76f4 (patch)
tree98cafb404441e88865d3bcd9fc44f01e664b0a7a /configure.ac
parentfc43e0f88c82bfcf7c96314a372694bc67929cdc (diff)
downloadding-libs-69f65cc8b569d3a280d18ba360d3c37b7f6a76f4.tar.gz
ding-libs-69f65cc8b569d3a280d18ba360d3c37b7f6a76f4.tar.xz
ding-libs-69f65cc8b569d3a280d18ba360d3c37b7f6a76f4.zip
REFARRAY: New referenced array object
This object allows creation the arrays with the reference count. Usefull when there are many instances of some object have to reference dynamically allocated array which is common for all these instances. In case of ELAPI the event object keeps a referecne to the common array of the sinks in the fail over order. We decided that it will be a common object not specific only to ELAPI. All the review concerns related to this object have been addressed in this patch. It also has been moved to the common area.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1df6c22..a017bcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AS_IF([test ["$trace_level" -gt "0"] -a ["$trace_level" -lt "8"] ],[AC_SUBST([TR
AC_CONFIG_FILES([Makefile
trace/Makefile])
-AC_CONFIG_SUBDIRS([collection dhash ini path_utils elapi])
+AC_CONFIG_SUBDIRS([collection dhash ini path_utils refarray elapi])
AC_DEFUN([WITH_SINGLELIB],
[ AC_ARG_WITH([singlelib],