13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
|
XCOMM $OpenBSD: Imakefile,v 1.1.1.1 2006/11/26 10:53:48 matthieu Exp $
|
||
|
|
||
|
FVWMTOP=../..
|
||
|
#include "../../Fvwm.tmpl"
|
||
|
|
||
|
SRCS= FvwmIconBox.c icons.c
|
||
|
OBJS= FvwmIconBox.o icons.o
|
||
|
|
||
|
DEPLIBS= $(FVWMLIB) $(DEPXPMLIB) $(DEPXLIB)
|
||
|
LOCAL_LIBRARIES= $(FVWMLIB) $(XPMLIB) $(XLIB)
|
||
|
|
||
|
FvwmComplexModuleTarget(FvwmIconBox)
|