X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/914440b4fc3c5ecb7d9eedf4da6f2a1c7ec2e7a9..176d8ff87418a22240a0b079d7dac593d103e984:/config.mk diff --git a/config.mk b/config.mk index df0892e..9d26bc3 100644 --- a/config.mk +++ b/config.mk @@ -1,11 +1,11 @@ # slstatus version VERSION = 0 -# Customize below to fit your system +# customize below to fit your system -#paths +# paths PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man +MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib @@ -14,6 +14,7 @@ X11LIB = /usr/X11R6/lib CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os LDFLAGS = -L$(X11LIB) -s +# OpenBSD: add -lossaudio LDLIBS = -lX11 # compiler and linker