summaryrefslogtreecommitdiffstats
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
parent43e56fc55593f3f7d14f73017d3b362839d167e2 (diff)
downloadsssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.gz
sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.xz
sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.zip
Make collection_queue.h and collection_stack.h into public headers
-rw-r--r--common/collection/Makefile.am6
-rw-r--r--contrib/sssd.spec.in2
2 files changed, 5 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
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 6bf33dcd3..f6179d12a 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -347,6 +347,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_includedir}/collection.h
%{_includedir}/collection_tools.h
+%{_includedir}/collection_queue.h
+%{_includedir}/collection_stack.h
%{_libdir}/libcollection.so
%{_libdir}/pkgconfig/collection.pc
%doc common/collection/README