diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-09 13:00:44 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-10 10:01:57 -0500 |
commit | 6ae5d03ccc5dd2ff22610d894feac56cdaf563cc (patch) | |
tree | 8b03a318bc73044943f361a8db651650f2785f15 /contrib | |
parent | 43e56fc55593f3f7d14f73017d3b362839d167e2 (diff) | |
download | sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.gz sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.xz sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.zip |
Make collection_queue.h and collection_stack.h into public headers
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |