Last change
on this file since 9794 was
9794,
checked in by charles, 12 years ago
|
(trunk libT) fix r9793 oops -- I didn't mean to commit my local changes to the autoconf code
|
File size:
601 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4 |
---|
2 | |
---|
3 | if BUILD_CLI |
---|
4 | CLI_DIR = cli |
---|
5 | endif |
---|
6 | if BUILD_DAEMON |
---|
7 | if !WIN32 |
---|
8 | DAEMON_DIR = daemon |
---|
9 | endif |
---|
10 | endif |
---|
11 | if BUILD_GTK |
---|
12 | GTK_DIR = gtk po |
---|
13 | endif |
---|
14 | if BUILD_MAC |
---|
15 | MAC_DIR = macosx |
---|
16 | endif |
---|
17 | |
---|
18 | SUBDIRS = \ |
---|
19 | doc \ |
---|
20 | third-party \ |
---|
21 | libtransmission \ |
---|
22 | $(DAEMON_DIR) \ |
---|
23 | $(CLI_DIR) \ |
---|
24 | $(GTK_DIR) \ |
---|
25 | $(MAC_DIR) \ |
---|
26 | web |
---|
27 | |
---|
28 | EXTRA_DIST = \ |
---|
29 | qt \ |
---|
30 | NEWS \ |
---|
31 | AUTHORS \ |
---|
32 | COPYING \ |
---|
33 | README \ |
---|
34 | autogen.sh \ |
---|
35 | update-version-h.sh \ |
---|
36 | Transmission.xcodeproj/project.pbxproj |
---|
37 | |
---|
38 | dist-hook: |
---|
39 | rm -rf `find $(distdir)/qt -name .svn` |
---|
40 | |
---|
41 | |
---|
42 | DISTCLEANFILES = \ |
---|
43 | intltool-extract \ |
---|
44 | intltool-merge \ |
---|
45 | intltool-update |
---|
Note: See
TracBrowser
for help on using the repository browser.