/* 
 * Imakefile for fvwm 2.0 -- xpmroot
 */

FVWM_SRCDIR = ../..
#include <../../configure.h>
#ifdef XPM
#define FVWM_BUILD_RULES
#include <../../makefile.h>

BINDIR = FVWM_MODULEDIR
EXTRA_INCLUDES = XPM_INCLUDES
EXTRA_LIBRARIES = XPM_LIBRARIES

SRCS = FvwmBanner.c
OBJS = FvwmBanner.o

ComplexProgramTarget(FvwmBanner)
#endif





