From e49a6b52328ed5f8c77f865b3d068f867ce8054d Mon Sep 17 00:00:00 2001 From: Tim King Date: Tue, 28 Feb 2012 20:13:02 +0000 Subject: Adds the CDQueue class. This is a wrapper for combining a CDList and a CDO into a FIFO queue. --- src/context/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/context/Makefile.am') diff --git a/src/context/Makefile.am b/src/context/Makefile.am index ca5772d7c..7f6501332 100644 --- a/src/context/Makefile.am +++ b/src/context/Makefile.am @@ -14,6 +14,7 @@ libcontext_la_SOURCES = \ cdlist.h \ cdlist_context_memory.h \ cdlist_forward.h \ + cdqueue.h \ cdmap.h \ cdmap_forward.h \ cdset.h \ -- cgit v1.2.3