# What plugin are we building ?

PLUGIN = rpprtcls

# Who are the maintainers ?
MAINTAINERS = iestynb

OBJS =	\
	$(OBJDIR)/nodeParticleSystemInstance.$(O) \
	$(OBJDIR)/nodeParticleExpand.$(O)

DOCSRC = \
	nodeParticleSystemInstance.c \
	nodeParticleExpand.c

include ../makeplug
