Make sure nwfilter headers are part of distribution

* src/Makefile.am: adds a few missing header files in the associated
  file variables, it's needed otherwise the missing headers breaks
  compilation from a distribution tarball
This commit is contained in:
Daniel Veillard 2010-03-31 10:19:06 +02:00
parent 7b5114f62b
commit 25d5e16e9e

View File

@ -103,7 +103,8 @@ NETWORK_CONF_SOURCES = \
# Network filter driver generic impl APIs
NWFILTER_PARAM_CONF_SOURCES = \
conf/nwfilter_params.c conf/nwfilter_conf.h
conf/nwfilter_params.c conf/nwfilter_params.h \
conf/nwfilter_conf.h
NWFILTER_CONF_SOURCES = \
$(NWFILTER_PARAM_CONF_SOURCES) \
@ -289,7 +290,10 @@ STORAGE_HELPER_DISK_SOURCES = \
NWFILTER_DRIVER_SOURCES = \
nwfilter/nwfilter_driver.h nwfilter/nwfilter_driver.c \
nwfilter/nwfilter_gentech_driver.c \
nwfilter/nwfilter_ebiptables_driver.c
nwfilter/nwfilter_gentech_driver.h \
nwfilter/nwfilter_ebiptables_driver.c \
nwfilter/nwfilter_ebiptables_driver.h
# Security framework and drivers for various models
SECURITY_DRIVER_SOURCES = \