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 /common | |
parent | 43e56fc55593f3f7d14f73017d3b362839d167e2 (diff) | |
download | sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.gz sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.tar.bz2 sssd-6ae5d03ccc5dd2ff22610d894feac56cdaf563cc.zip |
Make collection_queue.h and collection_stack.h into public headers
Diffstat (limited to 'common')
-rw-r--r-- | common/collection/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 2734a71e..36e9558c 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 |