]> git.sur5r.net Git - i3/i3lock/blobdiff - config.mk
adding option to enable tiling of images
[i3/i3lock] / config.mk
index 9f1d5e5b8d0f1e8deadcf4030d4cf992ac818211..78e6237b5d75b01b87d8b21bb174486096e95e8e 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
-# slock version
-VERSION = 0.9
+# i3lock version
+VERSION = 1.0
 
 # Customize below to fit your system
 
@@ -13,16 +13,13 @@ MANDIR = $(DESTDIR)$(PREFIX)/share/man
 
 # includes and libs
 INCS = -I. -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11
+LIBS = -L${X11LIB} -lX11 -lpam -lXext -lXpm -lm
 
 # flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H
+CPPFLAGS = -DVERSION=\"${VERSION}\"
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS = -s ${LIBS}
 
-# On *BSD remove -DHAVE_SHADOW_H from CPPFLAGS and add -DHAVE_BSD_AUTH
-# On OpenBSD and Darwin remove -lcrypt from LIBS
-
 # compiler and linker
 CC = cc
 INSTALL=install