Last change
on this file since 2762 was
2762,
checked in by charles, 16 years ago
|
more work on getting our autoconf setup to play nice with libevent
|
File size:
1.3 KB
|
Line | |
---|
1 | AM_CPPFLAGS = -I. -I$(top_srcdir) -D__TRANSMISSION__ $(LIBEVENT_CPPFLAGS) |
---|
2 | |
---|
3 | AM_CFLAGS = $(PTHREAD_CFLAGS) |
---|
4 | |
---|
5 | noinst_LIBRARIES = libtransmission.a |
---|
6 | |
---|
7 | EXTRA_DIST = version.h.in |
---|
8 | |
---|
9 | libtransmission_a_SOURCES = \ |
---|
10 | basename.c \ |
---|
11 | bencode.c \ |
---|
12 | choking.c \ |
---|
13 | clients.c \ |
---|
14 | completion.c \ |
---|
15 | dirname.c \ |
---|
16 | fastresume.c \ |
---|
17 | fdlimit.c \ |
---|
18 | http.c \ |
---|
19 | inout.c \ |
---|
20 | ipcparse.c \ |
---|
21 | list.c \ |
---|
22 | makemeta.c \ |
---|
23 | metainfo.c \ |
---|
24 | natpmp.c \ |
---|
25 | net.c \ |
---|
26 | peer.c \ |
---|
27 | platform.c \ |
---|
28 | ptrarray.c \ |
---|
29 | publish.c \ |
---|
30 | ratecontrol.c \ |
---|
31 | sha1.c \ |
---|
32 | shared.c \ |
---|
33 | strlcat.c \ |
---|
34 | strlcpy.c \ |
---|
35 | timer.c \ |
---|
36 | torrent.c \ |
---|
37 | tracker.c \ |
---|
38 | transmission.c \ |
---|
39 | upnp.c \ |
---|
40 | utils.c \ |
---|
41 | xml.c |
---|
42 | |
---|
43 | noinst_HEADERS = \ |
---|
44 | bencode.h \ |
---|
45 | bsdqueue.h \ |
---|
46 | bsdtree.h \ |
---|
47 | choking.h \ |
---|
48 | clients.h \ |
---|
49 | completion.h \ |
---|
50 | fastresume.h \ |
---|
51 | fdlimit.h \ |
---|
52 | http.h \ |
---|
53 | inout.h \ |
---|
54 | internal.h \ |
---|
55 | ipcparse.h \ |
---|
56 | list.h \ |
---|
57 | makemeta.h \ |
---|
58 | metainfo.h \ |
---|
59 | natpmp.h \ |
---|
60 | net.h \ |
---|
61 | peeraz.h \ |
---|
62 | peerext.h \ |
---|
63 | peer.h \ |
---|
64 | peermessages.h \ |
---|
65 | peerparse.h \ |
---|
66 | peertree.h \ |
---|
67 | peerutils.h \ |
---|
68 | platform.h \ |
---|
69 | ptrarray.h \ |
---|
70 | publish.h \ |
---|
71 | ratecontrol.h \ |
---|
72 | sha1.h \ |
---|
73 | shared.h \ |
---|
74 | timer.h \ |
---|
75 | tracker.h \ |
---|
76 | transmission.h \ |
---|
77 | trcompat.h \ |
---|
78 | upnp.h \ |
---|
79 | utils.h \ |
---|
80 | xml.h |
---|
Note: See
TracBrowser
for help on using the repository browser.