summaryrefslogtreecommitdiffstats
path: root/amarok/src/scripts/webcontrol/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/scripts/webcontrol/CMakeLists.txt')
-rw-r--r--amarok/src/scripts/webcontrol/CMakeLists.txt22
1 files changed, 12 insertions, 10 deletions
diff --git a/amarok/src/scripts/webcontrol/CMakeLists.txt b/amarok/src/scripts/webcontrol/CMakeLists.txt
index d731b49a..6ddb277d 100644
--- a/amarok/src/scripts/webcontrol/CMakeLists.txt
+++ b/amarok/src/scripts/webcontrol/CMakeLists.txt
@@ -9,14 +9,16 @@
#
#################################################
-install( PROGRAMS
- WebControl.py
- DESTINATION ${DATA_INSTALL_DIR}/amarok/scripts/webcontrol )
+install(
+ PROGRAMS WebControl.py Globals.py Playlist.py RequestHandler.py
+ WebPublisher.py
+ DESTINATION ${DATA_INSTALL_DIR}/amarok/scripts/webcontrol
+)
-install( FILES
- Globals.py Playlist.py README RequestHandler.py WebControl.spec
- WebPublisher.py amarok_cut.png controlbackground.png main.css
- main.js player_end.png player_pause.png player_play.png
- player_start.png player_stop.png template.thtml vol_speaker.png
- star.png smallstar.png
- DESTINATION ${DATA_INSTALL_DIR}/amarok/scripts/webcontrol )
+install(
+ FILES README WebControl.spec amarok_cut.png controlbackground.png
+ main.css main.js player_end.png player_pause.png
+ player_play.png player_start.png player_stop.png
+ template.thtml vol_speaker.png star.png smallstar.png
+ DESTINATION ${DATA_INSTALL_DIR}/amarok/scripts/webcontrol
+)