Last change
on this file since 2400 was
2400,
checked in by charles, 16 years ago
|
part one of moving the build environment over to automake/autoconf. beware!
|
File size:
1.1 KB
|
Line | |
---|
1 | AM_CPPFLAGS = -I. -I@top_srcdir@ -D__TRANSMISSION__ |
---|
2 | |
---|
3 | noinst_LIBRARIES = libtransmission.a |
---|
4 | |
---|
5 | libtransmission_a_SOURCES = \ |
---|
6 | basename.c \ |
---|
7 | bencode.c \ |
---|
8 | choking.c \ |
---|
9 | clients.c \ |
---|
10 | completion.c \ |
---|
11 | dirname.c \ |
---|
12 | fastresume.c \ |
---|
13 | fdlimit.c \ |
---|
14 | http.c \ |
---|
15 | inout.c \ |
---|
16 | ipcparse.c \ |
---|
17 | list.c \ |
---|
18 | makemeta.c \ |
---|
19 | metainfo.c \ |
---|
20 | natpmp.c \ |
---|
21 | net.c \ |
---|
22 | peer.c \ |
---|
23 | platform.c \ |
---|
24 | ratecontrol.c \ |
---|
25 | sha1.c \ |
---|
26 | shared.c \ |
---|
27 | strlcat.c \ |
---|
28 | strlcpy.c \ |
---|
29 | torrent.c \ |
---|
30 | tracker.c \ |
---|
31 | transmission.c \ |
---|
32 | upnp.c \ |
---|
33 | utils.c \ |
---|
34 | xml.c |
---|
35 | |
---|
36 | noinst_HEADERS = \ |
---|
37 | bencode.h \ |
---|
38 | bsdqueue.h \ |
---|
39 | bsdtree.h \ |
---|
40 | choking.h \ |
---|
41 | clients.h \ |
---|
42 | completion.h \ |
---|
43 | fastresume.h \ |
---|
44 | fdlimit.h \ |
---|
45 | http.h \ |
---|
46 | inout.h \ |
---|
47 | internal.h \ |
---|
48 | ipcparse.h \ |
---|
49 | list.h \ |
---|
50 | makemeta.h \ |
---|
51 | metainfo.h \ |
---|
52 | natpmp.h \ |
---|
53 | net.h \ |
---|
54 | peeraz.h \ |
---|
55 | peerext.h \ |
---|
56 | peer.h \ |
---|
57 | peermessages.h \ |
---|
58 | peerparse.h \ |
---|
59 | peertree.h \ |
---|
60 | peerutils.h \ |
---|
61 | platform.h \ |
---|
62 | ratecontrol.h \ |
---|
63 | sha1.h \ |
---|
64 | shared.h \ |
---|
65 | tracker.h \ |
---|
66 | transmission.h \ |
---|
67 | trcompat.h \ |
---|
68 | upnp.h \ |
---|
69 | utils.h \ |
---|
70 | version.h \ |
---|
71 | xml.h |
---|
Note: See
TracBrowser
for help on using the repository browser.