summaryrefslogtreecommitdiff
path: root/sound-theme
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-03 01:28:24 +0100
committerMichal Ratajsky <[email protected]>2014-11-03 01:28:24 +0100
commit5c9a748c7d5a667b94bc7f3860572cacf7ceaab6 (patch)
tree26bafee6596b1d9bdcc49a95a3e26986ca9ad7e9 /sound-theme
parentdcf30062003e1babb09f78c7ba1d7626e04aa478 (diff)
downloadmate-media-5c9a748c7d5a667b94bc7f3860572cacf7ceaab6.tar.bz2
mate-media-5c9a748c7d5a667b94bc7f3860572cacf7ceaab6.tar.xz
The sound-theme widget has same dependencies as MVC and is always built, reflect that in build files.
Diffstat (limited to 'sound-theme')
-rw-r--r--sound-theme/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound-theme/Makefile.am b/sound-theme/Makefile.am
index 7cba443..0c00862 100644
--- a/sound-theme/Makefile.am
+++ b/sound-theme/Makefile.am
@@ -7,7 +7,7 @@ noinst_LTLIBRARIES = libsoundtheme.la
AM_CPPFLAGS = \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \
- $(SOUND_THEME_CFLAGS) \
+ $(VOLUME_CONTROL_CFLAGS) \
-DSOUND_DATA_DIR="\"$(datadir)/sounds\"" \
-DSOUND_SET_DIR="\"$(pkgdatadir)/sounds\"" \
$(NULL)
@@ -19,7 +19,7 @@ libsoundtheme_la_SOURCES = \
sound-theme-file-utils.c \
$(NULL)
-libsoundtheme_la_LIBADD = $(SOUND_THEME_LIBS)
+libsoundtheme_la_LIBADD = $(VOLUME_CONTROL_LIBS)
libsoundtheme_la_LDFLAGS = -no-undefined
BUILT_SOURCES = \