diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 10:43:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 10:43:06 +0000 |
commit | 9d522572ebe3f7bb913cdf4429216bd9659c306d (patch) | |
tree | b86af033c357e6a44870facd623b935680e9378a /app | |
parent | 171b5e793ba7f712541eb33dabe5e839977dcbe4 (diff) |
Fix libraries for static architectures.
Diffstat (limited to 'app')
-rw-r--r-- | app/wm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/wm2/Makefile b/app/wm2/Makefile index f497b2ab0..c9b7a9ac2 100644 --- a/app/wm2/Makefile +++ b/app/wm2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/04/04 22:33:46 david Exp $ +# $OpenBSD: Makefile,v 1.4 2007/04/09 10:43:05 matthieu Exp $ .include <bsd.own.mk> X11BASE?= /usr/X11R6 @@ -6,7 +6,7 @@ PROG= wm2 SRCS= Border.C Buttons.C Client.C Events.C Main.C Manager.C Rotated.C CPPFLAGS+= -I${X11BASE}/include -LDADD+= -L${X11BASE}/lib -lXext -lX11 +LDADD+= -L${X11BASE}/lib -lXext -lX11 -lXau -lXdmcp MANDIR= ${X11BASE}/man/cat obj: _xenocara_obj |