From 4cf8fbb6f138203019c67df2db9b48f2b02cae79 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 8 Dec 2012 22:18:30 +0100 Subject: add gst-mixer-applet (moved from mate-applets package) it will builds only if gstreamer is enabled --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 571f173..631f3b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,10 @@ if HAVE_GSTMIXER SUBDIRS += gst-mixer endif +if HAVE_GSTMIXER_APPLET +SUBDIRS += gst-mixer-applet +endif + DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ --enable-more-warnings \ @@ -23,6 +27,7 @@ DIST_SUBDIRS = \ po \ mate-volume-control \ gst-mixer \ + gst-mixer-applet \ sound-theme \ $(NULL) -- cgit v1.2.1