From aabac78fd0c5fa0ef3ec46080acc788a32a1ef9c Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Fri, 27 Apr 2012 19:09:16 +0200 Subject: Print the volume on OpenBSD too. Add missing library to Makefile accordingly. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e450cd..70d3728 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ endif ifeq ($(shell uname),OpenBSD) CFLAGS+=-I/usr/local/include/ LDFLAGS+=-L/usr/local/lib/ +LIBS+=-lossaudio endif CFLAGS+=$(EXTRA_CFLAGS) -- cgit v1.2.3