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
commit8866d592a83b90c369971728dd0d434f6b4f6fca (patch)
tree65af78cfd9a0fe2d794e837222d2b2cc761338aa /config.mk
parentddc1df2f3cfdc9086fbfead94117bdb2ff034a4e (diff)
parenta092b219e97c49c41e89f0156cb545a38672b16b (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