mirror of
https://github.com/transmission/transmission
synced 2025-02-24 23:12:35 +00:00
(trunk) fix linux build
This commit is contained in:
parent
bb0f9d9ad1
commit
91f4c72ebd
1 changed files with 3 additions and 4 deletions
|
@ -50,6 +50,8 @@ clutch_cssdir = $(clutchdir)/stylesheets
|
|||
clutch_css_DATA = \
|
||||
web/stylesheets/iphone.css \
|
||||
web/stylesheets/common.css
|
||||
web/stylesheets/ie6.css \
|
||||
web/stylesheets/ie7.css
|
||||
|
||||
clutch_jsdir = $(clutchdir)/javascript
|
||||
clutch_js_DATA = \
|
||||
|
@ -77,15 +79,12 @@ clutch_images_DATA = \
|
|||
|
||||
clutch_graphicsdir = $(clutch_imagesdir)/graphics
|
||||
clutch_graphics_DATA = \
|
||||
web/images/graphics/browser_firefox.gif \
|
||||
web/images/graphics/logo.png \
|
||||
web/images/graphics/chrome.png \
|
||||
web/images/graphics/iphone_chrome.png \
|
||||
web/images/graphics/browser_opera.gif \
|
||||
web/images/graphics/filter_bar.png \
|
||||
web/images/graphics/filter_icon.png \
|
||||
web/images/graphics/transfer_arrows.png \
|
||||
web/images/graphics/browser_safari.gif
|
||||
web/images/graphics/transfer_arrows.png
|
||||
|
||||
clutch_progressdir = $(clutch_imagesdir)/progress
|
||||
clutch_progress_DATA = \
|
||||
|
|
Loading…
Reference in a new issue