diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2a77aaf..81f0ea6 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,6 +7,14 @@ backgroundsdir = $(datarootdir)/backgrounds dist_backgrounds_DATA = \ arctica-greeter.png +soundsdir = $(datarootdir)/sounds/arctica-greeter +dist_sounds_DATA = \ + sounds/index.theme + +soundsstereodir = $(datarootdir)/sounds/arctica-greeter/stereo +dist_soundsstereo_DATA = \ + sounds/stereo/system-ready.ogg + dist_pkgdata_DATA = \ a11y.svg \ active.png \ |