From eb46963d4c88a75f1ac336275daf3d0d72a904ba Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 20 Jul 2010 19:30:27 +0200 Subject: Implement ALSA volume support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f61eef..c7635dd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS+=-g CFLAGS+=-std=gnu99 CFLAGS+=-pedantic CFLAGS+=-DPREFIX=\"\" -CFLAGS+=-I. +CFLAGS+=-Iinclude LDFLAGS+=-lconfuse VERSION=$(shell git describe --tags --abbrev=0) @@ -11,7 +11,7 @@ VERSION=$(shell git describe --tags --abbrev=0) ifeq ($(shell uname),Linux) CFLAGS+=-DLINUX CFLAGS+=-D_GNU_SOURCE -LDFLAGS+=-liw +LDFLAGS+=-liw -lasound endif ifeq ($(shell uname),GNU/kFreeBSD) -- cgit v1.2.3