~ubuntu-branches/ubuntu/maverick/transmission/maverick

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 21:57:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (2.1.18 sid) (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090522215730-ly5kgv5aw9ig2u82
Tags: upstream-1.61
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
if BUILD_MAC
15
15
  MAC_DIR = macosx
16
16
endif
17
 
if BUILD_WX
18
 
  WX_DIR = wx
19
 
endif
20
17
 
21
18
SUBDIRS = \
22
19
  doc \
26
23
  $(CLI_DIR) \
27
24
  $(BEOS_DIR) \
28
25
  $(GTK_DIR) \
29
 
  $(MAC_DIR) \
30
 
  $(WX_DIR)
 
26
  $(MAC_DIR)
31
27
 
32
28
EXTRA_DIST = \
33
29
  web \
 
30
  qt \
34
31
  NEWS \
35
32
  AUTHORS \
36
33
  COPYING \
68
65
  web/javascript/jquery/jquery.contextmenu.min.js \
69
66
  web/javascript/jquery/jquery.min.js \
70
67
  web/javascript/jquery/jquery.form.min.js \
71
 
  web/javascript/jquery/jquery.transmenu.min.js \
72
 
  web/javascript/jquery/jquery.dimensions.min.js
 
68
  web/javascript/jquery/jquery.transmenu.min.js
73
69
 
74
70
clutch_imagesdir = $(clutchdir)/images
75
71
clutch_images_DATA = \
96
92
  web/images/buttons/toolbar_buttons.png \
97
93
  web/images/buttons/info_general.png \
98
94
  web/images/buttons/torrent_buttons.png \
99
 
  web/images/buttons/info_activity.png
 
95
  web/images/buttons/info_activity.png \
 
96
  web/images/buttons/file_priority_buttons.png \
 
97
  web/images/buttons/file_wanted_buttons.png \
 
98
  web/images/buttons/info_files.png
100
99
 
101
100
DISTCLEANFILES = \
102
101
  intltool-extract \