summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-10 10:31:24 +0100
committerMichal Ratajsky <[email protected]>2014-11-10 10:31:24 +0100
commit629fd97f39346eb78146077d1d459ef6d99ea7ef (patch)
tree5dabbf101b9f015c72bf2ee506b3d61699708aff
parentae55848b6c0e440a12cc8b9c744b40c73e853d7a (diff)
downloadmate-media-629fd97f39346eb78146077d1d459ef6d99ea7ef.tar.bz2
mate-media-629fd97f39346eb78146077d1d459ef6d99ea7ef.tar.xz
Build gvc-utils for mate-volume-control only as it is not used by the applet
-rw-r--r--mate-volume-control/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-volume-control/Makefile.am b/mate-volume-control/Makefile.am
index 93c1bbc..e830802 100644
--- a/mate-volume-control/Makefile.am
+++ b/mate-volume-control/Makefile.am
@@ -18,8 +18,6 @@ noinst_LTLIBRARIES = libmatevolumecontrol.la
libmatevolumecontrol_la_SOURCES = \
gvc-channel-bar.h \
gvc-channel-bar.c \
- gvc-utils.c \
- gvc-utils.h \
$(NULL)
mate_volume_control_applet_LDADD = \
@@ -53,6 +51,8 @@ mate_volume_control_SOURCES = \
gvc-sound-theme-chooser.h \
gvc-speaker-test.h \
gvc-speaker-test.c \
+ gvc-utils.c \
+ gvc-utils.h \
sound-theme-file-utils.c \
sound-theme-file-utils.h \
gvc-mixer-dialog.c \