From 35adaabe0b98a5db5de25c5b2b2bcc608579e2df Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 9 Apr 2007 11:14:26 +0000 Subject: Fix libraries list for static architectures --- app/xidle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/xidle/Makefile b/app/xidle/Makefile index 9ec0ab9fb..4073865f6 100644 --- a/app/xidle/Makefile +++ b/app/xidle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2006/12/02 16:28:48 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2007/04/09 11:14:25 matthieu Exp $ .include X11BASE?= /usr/X11R6 @@ -7,7 +7,7 @@ PROG= xidle CPPFLAGS+= -I${X11BASE}/include CFLAGS+= -Wall -LDADD+= -L${X11BASE}/lib -lXss -lXext -lX11 +LDADD+= -L${X11BASE}/lib -lXss -lXext -lX11 -lXau -lXdmcp MANDIR= ${X11BASE}/man/cat -- cgit v1.2.3