From 8acfb78b1d0eb1e2f8a136b395f335df1f8fc8bc 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 --- collection/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collection/Makefile.am b/collection/Makefile.am index 2734a71..36e9558 100644 --- a/collection/Makefile.am +++ b/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