]> git.saurik.com Git - apple/libdispatch.git/blob - dispatch/Makefile.am
libdispatch-703.1.4.tar.gz
[apple/libdispatch.git] / dispatch / Makefile.am
1 #
2 #
3 #
4
5 if HAVE_SWIFT
6 dispatchdir=${prefix}/lib/swift/dispatch
7 else
8 dispatchdir=$(includedir)/dispatch
9 endif
10
11 dispatch_HEADERS= \
12 base.h \
13 block.h \
14 data.h \
15 dispatch.h \
16 group.h \
17 introspection.h \
18 io.h \
19 object.h \
20 once.h \
21 queue.h \
22 semaphore.h \
23 source.h \
24 time.h
25
26 if HAVE_SWIFT
27 dispatch_HEADERS+=module.map
28 endif