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

FVWM_SRCDIR = ..
#include "../Fvwm.tmpl"

#if HasXpm

SRCS = xpmroot.c
OBJS = xpmroot.o

LOCAL_LIBRARIES = $(FVWM_LIBS) $(XLIB)

FvwmProgramTarget(xpmroot)
#endif

