mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Fix build from tar.gz
This commit is contained in:
parent
ae974a2bbf
commit
7c4ce7eb03
@ -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>
|
Mon Jun 15 12:05:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* src/util.c: Fix bogus initialization in virFindFileInPath
|
* src/util.c: Fix bogus initialization in virFindFileInPath
|
||||||
|
@ -196,6 +196,7 @@ NODE_DEVICE_DRIVER_SOURCES = \
|
|||||||
|
|
||||||
NODE_DEVICE_DRIVER_HAL_SOURCES = \
|
NODE_DEVICE_DRIVER_HAL_SOURCES = \
|
||||||
node_device_hal.c \
|
node_device_hal.c \
|
||||||
|
node_device_hal.h \
|
||||||
node_device_hal_linux.c
|
node_device_hal_linux.c
|
||||||
|
|
||||||
NODE_DEVICE_DRIVER_DEVKIT_SOURCES = \
|
NODE_DEVICE_DRIVER_DEVKIT_SOURCES = \
|
||||||
|
Loading…
Reference in New Issue
Block a user