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
commit8acfb78b1d0eb1e2f8a136b395f335df1f8fc8bc (patch)
tree767a2423e4e5fea1e32f6b6232bec03f2f4fcddc
parent9a5c96aa6d29577017d478626ac81f7efd3602f9 (diff)
downloadding-libs-8acfb78b1d0eb1e2f8a136b395f335df1f8fc8bc.tar.gz
ding-libs-8acfb78b1d0eb1e2f8a136b395f335df1f8fc8bc.tar.xz
ding-libs-8acfb78b1d0eb1e2f8a136b395f335df1f8fc8bc.zip
Make collection_queue.h and collection_stack.h into public headers
-rw-r--r--collection/Makefile.am6
1 files 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