From 4a9d3d7365bea96f93024e7e6e906e306781e2e7 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 10 May 2009 12:48:16 +0200 Subject: Implement options for forking, beeping and DPMS. Bump version to 1.0. --- config.mk | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 97e9a8f..8b2b613 100644 --- 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 -L${X11LIB} -lX11 -lpam +LIBS = -L${X11LIB} -lX11 -lpam -lXext # 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 -- cgit v1.1