diff options
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) |