xenocara/app/fvwm/modules/FvwmPager/Imakefile

13 lines
297 B
Plaintext
Raw Normal View History

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)