#
# Makefile for the netfilter D-Bus module
#
obj-$(CONFIG_NETFILTER_DBUS) += netfilter_dbus.o

netfilter_dbus-y := nfdbus.o message.o matchrule.o
