summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-09 13:00:44 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-10 10:01:57 -0500
commit6ae5d03ccc5dd2ff22610d894feac56cdaf563cc (patch)
tree8b03a318bc73044943f361a8db651650f2785f15 /common
parent43e56fc55593f3f7d14f73017d3b362839d167e2 (diff)
downloadsssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.gz
sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.xz
sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.zip
Make collection_queue.h and collection_stack.h into public headers
Diffstat (limited to 'common')
-rw-r--r--common/collection/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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