Last change
on this file was
14697,
checked in by mikedld, 6 years ago
|
Include Windows patches into source archive, otherwise CMake build fails
|
File size:
1.4 KB
|
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 | extras \ |
---|
20 | third-party \ |
---|
21 | libtransmission \ |
---|
22 | utils \ |
---|
23 | $(DAEMON_DIR) \ |
---|
24 | $(CLI_DIR) \ |
---|
25 | $(GTK_DIR) \ |
---|
26 | $(MAC_DIR) \ |
---|
27 | web |
---|
28 | |
---|
29 | EXTRA_DIST = \ |
---|
30 | qt \ |
---|
31 | NEWS \ |
---|
32 | AUTHORS \ |
---|
33 | COPYING \ |
---|
34 | README \ |
---|
35 | autogen.sh \ |
---|
36 | update-version-h.sh \ |
---|
37 | Transmission.xcodeproj/project.pbxproj |
---|
38 | |
---|
39 | EXTRA_DIST += \ |
---|
40 | CMakeLists.txt \ |
---|
41 | cmake \ |
---|
42 | cli/CMakeLists.txt \ |
---|
43 | daemon/CMakeLists.txt \ |
---|
44 | gtk/CMakeLists.txt \ |
---|
45 | libtransmission/CMakeLists.txt \ |
---|
46 | libtransmission/version.h.in \ |
---|
47 | po/CMakeLists.txt \ |
---|
48 | qt/CMakeLists.txt \ |
---|
49 | third-party/b64-01-newline.patch \ |
---|
50 | third-party/b64-02-unsigned-char.patch \ |
---|
51 | third-party/b64.cmake \ |
---|
52 | third-party/dht.cmake \ |
---|
53 | third-party/event2.cmake \ |
---|
54 | third-party/event2-01-win32.patch \ |
---|
55 | third-party/event2-02-win32.patch \ |
---|
56 | third-party/natpmp.cmake \ |
---|
57 | third-party/utp-01-ticket-5002.patch \ |
---|
58 | third-party/utp-02-win32.patch \ |
---|
59 | third-party/utp-03-msvc14.patch \ |
---|
60 | third-party/utp.cmake \ |
---|
61 | third-party/utp_config.h \ |
---|
62 | utils/CMakeLists.txt |
---|
63 | |
---|
64 | if HAVE_REVISION_FILE |
---|
65 | EXTRA_DIST += REVISION |
---|
66 | endif |
---|
67 | |
---|
68 | dist-hook: |
---|
69 | find "$(distdir)/qt" "$(distdir)/cmake" -name .svn -exec rm -rf '{}' '+' -prune |
---|
70 | |
---|
71 | DISTCLEANFILES = \ |
---|
72 | intltool-extract \ |
---|
73 | intltool-merge \ |
---|
74 | intltool-update |
---|
Note: See
TracBrowser
for help on using the repository browser.