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