/* 
 * Imakefile for fvwm 2.0 -- FvwmButtons
 */

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

SRCS = FvwmButtons.c icons.c misc.c parse.c output.c button.c draw.c
OBJS = FvwmButtons.o icons.o misc.o parse.o output.o button.o draw.o

LOCAL_LIBRARIES = $(FVWM_LIBS) $(XLIB)

FvwmModuleTarget(FvwmButtons)
