]> xenbits.xensource.com Git - libvirt.git/commitdiff
Make sure nwfilter headers are part of distribution
authorDaniel Veillard <veillard@redhat.com>
Wed, 31 Mar 2010 08:19:06 +0000 (10:19 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 31 Mar 2010 08:19:06 +0000 (10:19 +0200)
* 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

src/Makefile.am

index 74ee6c740e542058de97e9f6dc5d441b9b24e1de..c661a5cdc8092d589002e4e5655e62cf0eb2466d 100644 (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)                  \
@@ -288,8 +289,11 @@ STORAGE_HELPER_DISK_SOURCES =                                      \
 # Network filters
 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.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 =                                      \