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