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