Fix build from tar.gz

This commit is contained in:
Daniel P. Berrange 2009-06-15 14:59:22 +00:00
parent ae974a2bbf
commit 7c4ce7eb03
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Mon Jun 15 15:58:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
Fix build from tar.gz
* src/Makefile.am: Add missing node_device_hal.h to list of
distributed files
Mon Jun 15 12:05:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
* src/util.c: Fix bogus initialization in virFindFileInPath

View File

@ -196,6 +196,7 @@ NODE_DEVICE_DRIVER_SOURCES = \
NODE_DEVICE_DRIVER_HAL_SOURCES = \
node_device_hal.c \
node_device_hal.h \
node_device_hal_linux.c
NODE_DEVICE_DRIVER_DEVKIT_SOURCES = \