summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-12-30 23:01:14 +0100
committerGitHub <noreply@github.com>2016-12-30 23:01:14 +0100
commit2b148bf2ec920308ca4809b7e2737c3a2db1a630 (patch)
tree65af78cfd9a0fe2d794e837222d2b2cc761338aa /config.mk
parent8fa622975991d1fb539ffab50c98f0d2d7d6da1c (diff)
parent13604963bc589ab9281da03b1f76b8db7e21daa7 (diff)
Merge pull request #34 from parazyd/master
refactor vol_perc to not depend on alsa libraries
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index b5053fe..36b129a 100644
--- a/config.mk
+++ b/config.mk
@@ -7,7 +7,7 @@ X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
INCS = -I. -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
# -Wno-unused-function for routines not activated by user