diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 18:59:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 18:59:58 +0000 |
commit | c49f4cfe3f2b99f11c0c57096c81f4ef7bb468ea (patch) | |
tree | fa0cd9120e9d038631d83e2e0f29d82ff371843c /app/fvwm/modules/FvwmM4 | |
parent | d022c75db5273e78ad6909aa1e6d06984d3c212f (diff) |
Fix libraries list for static architectures
Diffstat (limited to 'app/fvwm/modules/FvwmM4')
-rw-r--r-- | app/fvwm/modules/FvwmM4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/fvwm/modules/FvwmM4/Makefile b/app/fvwm/modules/FvwmM4/Makefile index a6598892b..f3c7bf145 100644 --- a/app/fvwm/modules/FvwmM4/Makefile +++ b/app/fvwm/modules/FvwmM4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2007/04/09 18:59:57 matthieu Exp $ .include "../Makefile.inc" @@ -10,7 +10,7 @@ SRCS= FvwmM4.c CPPFLAGS+= -DFVWM_MODULEDIR=\"$(FVWMLIBDIR)\" \ -DFVWM_CONFIGDIR=\"$(FVWMLIBDIR)\" \ -LDADD+= -lX11 +LDADD+= ${XLIB} BINDIR= ${FVWMLIBDIR} .include <bsd.prog.mk> |