diff options
author | Michal Ratajsky <[email protected]> | 2014-07-05 01:41:22 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-09 16:53:00 +0200 |
commit | cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e (patch) | |
tree | 2b623fa9cabd575907a1cf40378eeecb8f21efaa /mate-volume-control/src/Makefile.am | |
parent | a4cb2a2c9ab27e32449b5696bb989cc761ec73c7 (diff) | |
download | mate-media-cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e.tar.bz2 mate-media-cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e.tar.xz |
Initial port of the dialog
Diffstat (limited to 'mate-volume-control/src/Makefile.am')
-rw-r--r-- | mate-volume-control/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-volume-control/src/Makefile.am b/mate-volume-control/src/Makefile.am index afc91b5..939814d 100644 --- a/mate-volume-control/src/Makefile.am +++ b/mate-volume-control/src/Makefile.am @@ -39,6 +39,8 @@ libmatevolumecontrol_la_SOURCES = \ gvc-mixer-control.c \ gvc-channel-bar.h \ gvc-channel-bar.c \ + mvc-helpers.c \ + mvc-helpers.h \ $(NULL) mate_volume_control_applet_LDADD = \ |