Last change
on this file since 3155 was
3155,
checked in by charles, 15 years ago
|
- add sanity checks to incoming piece data requests. This may solve the inout.c:99 assertion failure.
- rename the gtk client from transmission-gtk' to transmission' for parity with the mac client.
|
File size:
1005 bytes
|
Line | |
---|
1 | AM_CPPFLAGS = \ |
---|
2 | -I$(top_srcdir) \ |
---|
3 | $(LIBEVENT_CPPFLAGS) \ |
---|
4 | $(GTK_CFLAGS) \ |
---|
5 | -DLOCALEDIR=\""$(transmissionlocaledir)"\" |
---|
6 | |
---|
7 | AM_CFLAGS = $(PTHREAD_CFLAGS) |
---|
8 | |
---|
9 | noinst_HEADERS = \ |
---|
10 | actions.h \ |
---|
11 | conf.h \ |
---|
12 | dialogs.h \ |
---|
13 | hig.h \ |
---|
14 | img_icon_full.h \ |
---|
15 | io.h \ |
---|
16 | ipc.h \ |
---|
17 | makemeta-ui.h \ |
---|
18 | msgwin.h \ |
---|
19 | torrent-inspector.h \ |
---|
20 | tr_cell_renderer_progress.h \ |
---|
21 | tr_core.h \ |
---|
22 | tr_icon.h \ |
---|
23 | tr_prefs.h \ |
---|
24 | tr_torrent.h \ |
---|
25 | tr_window.h \ |
---|
26 | ui.h \ |
---|
27 | util.h |
---|
28 | |
---|
29 | bin_PROGRAMS = transmission |
---|
30 | |
---|
31 | transmission_SOURCES = \ |
---|
32 | actions.c \ |
---|
33 | conf.c \ |
---|
34 | dialogs.c \ |
---|
35 | hig.c \ |
---|
36 | io.c \ |
---|
37 | ipc.c \ |
---|
38 | main.c \ |
---|
39 | makemeta-ui.c \ |
---|
40 | msgwin.c \ |
---|
41 | torrent-inspector.c \ |
---|
42 | tr_cell_renderer_progress.c \ |
---|
43 | tr_core.c \ |
---|
44 | tr_icon.c \ |
---|
45 | tr_prefs.c \ |
---|
46 | tr_torrent.c \ |
---|
47 | tr_window.c \ |
---|
48 | util.c |
---|
49 | |
---|
50 | transmission_LDADD = \ |
---|
51 | $(top_builddir)/libtransmission/libtransmission.a \ |
---|
52 | $(top_builddir)/third-party/libevent/libevent.la \ |
---|
53 | $(GTK_LIBS) \ |
---|
54 | $(PTHREAD_LIBS) -lm |
---|
Note: See
TracBrowser
for help on using the repository browser.