diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-20 21:46:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-20 21:46:23 +0000 |
commit | 30cb4f8f1715be9e13c7923f8df6d6e71b6289ec (patch) | |
tree | b69d9bc7c68854e32a42c2259c2e04fb5785d887 /app/xtsscale | |
parent | dcb7607873e6525f44b749885f82980f71149bc0 (diff) |
Fix static linking.
Diffstat (limited to 'app/xtsscale')
-rw-r--r-- | app/xtsscale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xtsscale/Makefile b/app/xtsscale/Makefile index a98d82a21..9db6b15ea 100644 --- a/app/xtsscale/Makefile +++ b/app/xtsscale/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2007/05/20 14:43:12 robert Exp $ +# $OpenBSD: Makefile,v 1.2 2007/06/20 21:46:22 matthieu Exp $ PROG= xtsscale MAN= xtsscale.1 CPPFLAGS+= -I${X11BASE}/include -LDADD+= -L${X11BASE}/lib -lX11 +LDADD+= -L${X11BASE}/lib -lX11 -lXau -lXdmcp X11BASE?= /usr/X11R6 MANDIR= ${X11BASE}/man/cat |