mirror of
https://github.com/transmission/transmission
synced 2024-12-27 10:07:40 +00:00
66285a525b
Less jQuery, more Web API. Moved main() away from common.
19 lines
306 B
Makefile
19 lines
306 B
Makefile
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
|
|
|
|
dist_data_DATA = \
|
|
common.js \
|
|
dialog.js \
|
|
file-row.js \
|
|
formatter.js \
|
|
inspector.js \
|
|
main.js \
|
|
notifications.js \
|
|
polyfill.js \
|
|
prefs-dialog.js \
|
|
remote.js \
|
|
torrent.js \
|
|
torrent-row.js \
|
|
transmission.js
|
|
|
|
SUBDIRS = \
|
|
jquery
|