1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 10:07:40 +00:00
transmission/web/javascript/Makefile.am
Mike Gelfand 66285a525b Web UI: main() refactoring (patch by skybon @ GH-9)
Less jQuery, more Web API. Moved main() away from common.
2016-04-12 19:03:01 +00:00

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