summaryrefslogtreecommitdiff
path: root/panels/sound/data/sounds/Makefile.am
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-07-25 22:28:38 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2018-01-17 21:28:19 +0100
commitc37713b1bac27dc9ca510e840fe96e43b0690f2b (patch)
tree4728812afdcb8bb1011a2b0f9af7f0fdc2c3f536 /panels/sound/data/sounds/Makefile.am
parentcfbf9e672d8f071dd282eeb1ce6b438149cfc5d8 (diff)
downloadgnome-control-center-c37713b1bac27dc9ca510e840fe96e43b0690f2b.tar.gz
build: Port to meson build systemwip/inigomartinez/meson
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=785414
Diffstat (limited to 'panels/sound/data/sounds/Makefile.am')
-rw-r--r--panels/sound/data/sounds/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/sound/data/sounds/Makefile.am b/panels/sound/data/sounds/Makefile.am
index 3277593ff..ed0cac5d4 100644
--- a/panels/sound/data/sounds/Makefile.am
+++ b/panels/sound/data/sounds/Makefile.am
@@ -17,7 +17,7 @@ metadata_DATA = $(metadata_in_files:.xml.in=.xml)
noinst_DATA = gnome-sounds-default.xml.in
CLEANFILES = gnome-sounds-default.xml gnome-sounds-default.xml.in
-EXTRA_DIST = $(sound_DATA) gnome-sounds-default.xml.in.in
+EXTRA_DIST = $(sound_DATA) gnome-sounds-default.xml.in.in meson.build
gnome-sounds-default.xml.in: gnome-sounds-default.xml.in.in Makefile
$(AM_V_GEN)sed -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/gnome-sounds-default.xml.in.in > gnome-sounds-default.xml.in.tmp \