diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 15:47:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 15:47:24 +0000 |
commit | 4c6143c97d199fe4a43147847baaf4261f0a3d37 (patch) | |
tree | 6e38a2a37737a28803890f1c2f0885d86df95294 /app | |
parent | 79556fd3e85bdf6a6b483a7d62477503efeb4f8e (diff) |
fix library list for static architectures
Diffstat (limited to 'app')
-rw-r--r-- | app/xsystrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xsystrace/Makefile b/app/xsystrace/Makefile index f320b8792..9f6203440 100644 --- a/app/xsystrace/Makefile +++ b/app/xsystrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/03/30 17:24:13 aanriot Exp $ +# $OpenBSD: Makefile,v 1.8 2007/04/09 15:47:23 matthieu Exp $ PROG= xsystrace MAN= xsystrace.1 @@ -8,7 +8,7 @@ SUBDIR= pixmaps .endif CPPFLAGS+= -I${X11BASE}/include -LDADD+= -L${X11BASE}/lib -lXaw -lXt -lXmu -lX11 -lXext +LDADD+= -L${X11BASE}/lib -lXaw -lXt -lSM -lICE -lXmu -lXpm -lX11 -lXext -lXau -lXdmcp SRCS= main.c interface.c callbacks.c policy.c |