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