From 6ae5d03ccc5dd2ff22610d894feac56cdaf563cc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 9 Feb 2010 13:00:44 -0500 Subject: Make collection_queue.h and collection_stack.h into public headers --- common/collection/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/collection/Makefile.am') diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 2734a71e1..36e9558cd 100644 --- a/common/collection/Makefile.am +++ b/common/collection/Makefile.am @@ -20,7 +20,9 @@ dist_pkgconfig_DATA = collection.pc dist_include_HEADERS = \ collection.h \ - collection_tools.h + collection_tools.h \ + collection_queue.h \ + collection_stack.h dist_noinst_DATA = m4 @@ -35,8 +37,6 @@ libcollection_la_SOURCES = \ collection_cmp.c \ collection_iter.c \ collection_priv.h \ - collection_queue.h \ - collection_stack.h \ ../trace/trace.h libcollection_la_LDFLAGS = \ -version-info 1:0:0 -- cgit