include ../../plugin_defs

OBJS := \
	$(OBJDIR)/edge.o \
	$(OBJDIR)/edgewindow.o

PLUGIN = edge

include ../../plugin_config

$(OBJDIR)/edge.o: edge.C
$(OBJDIR)/edgewindow.o: edgewindow.C

