diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-08 22:18:30 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-08 22:18:30 +0100 |
commit | 4cf8fbb6f138203019c67df2db9b48f2b02cae79 (patch) | |
tree | c787d84646619b59c88fa212004e507b74a47185 /Makefile.am | |
parent | e9711267ec88b5e3510f1b59796dc155ed22b156 (diff) | |
download | mate-media-4cf8fbb6f138203019c67df2db9b48f2b02cae79.tar.bz2 mate-media-4cf8fbb6f138203019c67df2db9b48f2b02cae79.tar.xz |
add gst-mixer-applet (moved from mate-applets package)
it will builds only if gstreamer is enabled
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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) |