X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=445c58cf4dac41604591512cf655671fb6e27e64;hb=c28ac1ebf16e5d10a8e0416065e7e3980be1ca5c;hp=067cfc712dc7116d9f9d0135f45899cce288889b;hpb=44ce161c139f74cac80dd77aafdfadb49a85af2a;p=slock.git diff --git a/config.mk b/config.mk index 067cfc7..445c58c 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 1.2 +VERSION = 1.3 # Customize below to fit your system @@ -11,7 +11,7 @@ X11LIB = /usr/X11R6/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext +LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H