diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-08 21:53:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-08 21:53:15 +0000 |
commit | 65e031828e28893374d7ff6a0e0964440e3249df (patch) | |
tree | 214c1b867202c3f4270da741adbd1e781a84a160 /app/glxinfo/Makefile | |
parent | 2683a611e8bde355d21018ca11938399e44d179d (diff) |
Complete list of libraries for static architectures
Diffstat (limited to 'app/glxinfo/Makefile')
-rw-r--r-- | app/glxinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/glxinfo/Makefile b/app/glxinfo/Makefile index bc70b1696..9c0811a4d 100644 --- a/app/glxinfo/Makefile +++ b/app/glxinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/04/04 22:33:46 david Exp $ +# $OpenBSD: Makefile,v 1.5 2007/04/08 21:53:14 matthieu Exp $ .include <bsd.own.mk> X11BASE?= /usr/X11R6 DIST= ${XSRCDIR}/dist/Mesa @@ -8,7 +8,7 @@ MANDIR= ${X11BASE}/man/cat PROG= glxinfo CPPFLAGS+= -I${X11BASE}/include -LDADD+= -L${X11BASE}/lib -lGL -lXext -lX11 -lm +LDADD+= -L${X11BASE}/lib -lGL -lXext -lX11 -lXau -lXdmcp -lm obj: _xenocara_obj |