From 46f6e64539f77eb07b2886aaaab358afd72569ce Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 21 Jan 2013 10:17:49 -0500 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3