# this uses libpf build flags from Makefile.defs # the install and clean targets are currently not used all: target include ../../Makefile.defs TARGET = v4l.$(MODEXT) TARGET_DIR = $(PREFIX)/lib/pf/plugins LDFLAGS = $(LIBS) $(LDFLAGS_PF) -shared MODULE=plugins/v4l sources = v4l.c include $(BUILDDIR)/Makefile.rules