2007-04-09 12:59:57 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/04/09 18:59:57 matthieu Exp $
|
2006-11-26 03:53:04 -07:00
|
|
|
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
|
|
|
|
.PATH: ${DIST}/modules/FvwmIconMan
|
|
|
|
|
|
|
|
PROG= FvwmIconMan
|
|
|
|
SRCS= FvwmIconMan.c debug.c functions.c fvwm.c globals.c readconfig.c \
|
|
|
|
winlist.c x.c xmanager.c
|
|
|
|
|
2007-04-09 12:59:57 -06:00
|
|
|
LDADD+= -lXpm -lXext ${XLIB}
|
2006-11-26 03:53:04 -07:00
|
|
|
BINDIR= ${FVWMLIBDIR}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.include <bsd.xorg.mk>
|