1#
2#
3#
4
5dispatchdir=$(includedir)/dispatch
6
7dispatch_HEADERS=	\
8	base.h			\
9	data.h			\
10	dispatch.h		\
11	group.h			\
12	introspection.h	\
13	io.h			\
14	object.h		\
15	once.h			\
16	queue.h			\
17	semaphore.h		\
18	source.h		\
19	time.h
20
21