aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-01-21 10:17:49 -0500
committerDave Reisner <dreisner@archlinux.org>2013-01-21 15:49:31 -0500
commit46f6e64539f77eb07b2886aaaab358afd72569ce (patch)
tree0cb0e0555d0ce6fb20d9683cf0ec70e233314b49 /Makefile
parent2bdbd84cc41975c7d9855551cecef02ff41c2b2a (diff)
downloadmirror-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f81a0f..28bdaf3 100644
--- a/Makefile
+++ b/Makefile
@@ -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