Last change
on this file since 4210 was
4210,
checked in by charles, 15 years ago
|
first cut at adopting some of the OS X client's main list UI into the gtk+ client
|
File size:
1.6 KB
|
Line | |
---|
1 | AM_CPPFLAGS = \ |
---|
2 | -I$(top_srcdir) \ |
---|
3 | $(LIBEVENT_CPPFLAGS) \ |
---|
4 | -DTRANSMISSIONLOCALEDIR=\""$(transmissionlocaledir)"\" |
---|
5 | |
---|
6 | AM_CFLAGS = \ |
---|
7 | $(GTK_CFLAGS) \ |
---|
8 | $(OPENSSL_CFLAGS) \ |
---|
9 | $(PTHREAD_CFLAGS) |
---|
10 | |
---|
11 | noinst_HEADERS = \ |
---|
12 | actions.h \ |
---|
13 | conf.h \ |
---|
14 | dialogs.h \ |
---|
15 | hig.h \ |
---|
16 | io.h \ |
---|
17 | ipc.h \ |
---|
18 | lock.h \ |
---|
19 | logo.h \ |
---|
20 | makemeta-ui.h \ |
---|
21 | msgwin.h \ |
---|
22 | stats.h \ |
---|
23 | torrent-cell-renderer.h \ |
---|
24 | torrent-inspector.h \ |
---|
25 | tr_core.h \ |
---|
26 | tr_icon.h \ |
---|
27 | tr_prefs.h \ |
---|
28 | tr_torrent.h \ |
---|
29 | tr_window.h \ |
---|
30 | ui.h \ |
---|
31 | util.h |
---|
32 | |
---|
33 | bin_PROGRAMS = transmission |
---|
34 | |
---|
35 | transmission_SOURCES = \ |
---|
36 | actions.c \ |
---|
37 | conf.c \ |
---|
38 | dialogs.c \ |
---|
39 | hig.c \ |
---|
40 | io.c \ |
---|
41 | ipc.c \ |
---|
42 | main.c \ |
---|
43 | makemeta-ui.c \ |
---|
44 | msgwin.c \ |
---|
45 | stats.c \ |
---|
46 | torrent-cell-renderer.c \ |
---|
47 | torrent-inspector.c \ |
---|
48 | tr_core.c \ |
---|
49 | tr_icon.c \ |
---|
50 | tr_prefs.c \ |
---|
51 | tr_torrent.c \ |
---|
52 | tr_window.c \ |
---|
53 | util.c |
---|
54 | |
---|
55 | dist_man_MANS = transmission.1 |
---|
56 | |
---|
57 | transmission_LDADD = \ |
---|
58 | $(top_builddir)/libtransmission/libtransmission.a \ |
---|
59 | $(top_builddir)/third-party/libevent/libevent.la \ |
---|
60 | $(top_builddir)/third-party/miniupnp/libminiupnp.a \ |
---|
61 | $(top_builddir)/third-party/libnatpmp/libnatpmp.a \ |
---|
62 | $(GTK_LIBS) \ |
---|
63 | $(OPENSSL_LIBS) \ |
---|
64 | $(PTHREAD_LIBS) -lm |
---|
65 | |
---|
66 | DESKTOP_IN_FILES=transmission.desktop.in |
---|
67 | DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop) |
---|
68 | @INTLTOOL_DESKTOP_RULE@ |
---|
69 | |
---|
70 | Productivitydir = $(datadir)/applications |
---|
71 | Productivity_DATA = $(DESKTOP_FILES) |
---|
72 | |
---|
73 | icon_DATA = transmission.png |
---|
74 | icondir = $(datadir)/pixmaps |
---|
75 | |
---|
76 | EXTRA_DIST = \ |
---|
77 | $(DESKTOP_IN_FILES) \ |
---|
78 | transmission.png |
---|
79 | |
---|
80 | DISTCLEANFILES = \ |
---|
81 | transmission.desktop |
---|
82 | |
---|
Note: See
TracBrowser
for help on using the repository browser.