]>
Commit | Line | Data |
---|---|---|
e85f4437 A |
1 | # |
2 | # | |
3 | # | |
4 | ||
5 | ACLOCAL_AMFLAGS = -I m4 | |
6 | ||
7 | SUBDIRS= \ | |
8 | dispatch \ | |
9 | man \ | |
fe4ce08b | 10 | os \ |
e85f4437 A |
11 | private \ |
12 | src | |
13 | ||
14 | EXTRA_DIST= \ | |
15 | LICENSE \ | |
16 | PATCHES \ | |
17 | autogen.sh \ | |
18 | config/config.h \ | |
19 | libdispatch.xcodeproj \ | |
20 | resolver \ | |
21 | tools \ | |
22 | xcodeconfig \ | |
23 | xcodescripts |