diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-01-21 10:17:49 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-01-21 15:49:31 -0500 |
commit | 46f6e64539f77eb07b2886aaaab358afd72569ce (patch) | |
tree | 0cb0e0555d0ce6fb20d9683cf0ec70e233314b49 /Makefile | |
parent | 2bdbd84cc41975c7d9855551cecef02ff41c2b2a (diff) | |
download | mirror-ponymix-46f6e64539f77eb07b2886aaaab358afd72569ce.tar.gz mirror-ponymix-46f6e64539f77eb07b2886aaaab358afd72569ce.tar.bz2 mirror-ponymix-46f6e64539f77eb07b2886aaaab358afd72569ce.zip |
abstract volume/balance output away from ponymix
Add a Notifier virtual base class and a CommandLineNotifier
implementation which handles output of volume and balance levels after a
change.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ LDLIBS := \ all: ponymix ponymix: ponymix.cc pulse.o -pulse.o: pulse.cc pulse.h +pulse.o: pulse.cc pulse.h notify.h install: ponymix install -Dm755 ponymix $(DESTDIR)/usr/bin/ponymix |