From 5c9a748c7d5a667b94bc7f3860572cacf7ceaab6 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Mon, 3 Nov 2014 01:28:24 +0100 Subject: The sound-theme widget has same dependencies as MVC and is always built, reflect that in build files. --- sound-theme/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound-theme') 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 = \ -- cgit v1.2.1