diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-15 01:34:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-15 01:34:19 +0300 |
commit | 6472806c41b800e2d79fb2440e4681dd7d7668ee (patch) | |
tree | 1b5cb37d93ea478337f22a701b1f0cb556339e69 /data/music | |
parent | bce94fcdf18b2667fffdb4262bfc0ffbf5be49fe (diff) | |
download | plus-6472806c41b800e2d79fb2440e4681dd7d7668ee.tar.gz plus-6472806c41b800e2d79fb2440e4681dd7d7668ee.tar.bz2 plus-6472806c41b800e2d79fb2440e4681dd7d7668ee.tar.xz plus-6472806c41b800e2d79fb2440e4681dd7d7668ee.zip |
Add default music. Track named Këphrom by Obani.
Diffstat (limited to 'data/music')
-rw-r--r-- | data/music/CMakeLists.txt | 5 | ||||
-rw-r--r-- | data/music/Makefile.am | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/data/music/CMakeLists.txt b/data/music/CMakeLists.txt new file mode 100644 index 000000000..d64d69823 --- /dev/null +++ b/data/music/CMakeLists.txt @@ -0,0 +1,5 @@ +SET(FILES + keprohm.ogg + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/music) diff --git a/data/music/Makefile.am b/data/music/Makefile.am new file mode 100644 index 000000000..999b2b344 --- /dev/null +++ b/data/music/Makefile.am @@ -0,0 +1,8 @@ + +musicdir = $(pkgdatadir)/data/music + +music_DATA = keprohm.ogg + +EXTRA_DIST = \ + $(music_DATA) \ + CMakeLists.txt |