Changeset 23848 in vbox
- Timestamp:
- Oct 19, 2009 9:21:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53610
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r23845 r23848 336 336 linux/HostHardwareLinux.cpp 337 337 338 ifdef VBOX_WITH_DBUS339 VBoxSVC_SOURCES.linux += linux/vbox-dbus.cpp340 endif341 342 338 VBoxSVC_SOURCES.solaris = \ 343 339 linux/vbox-libhal.cpp \ -
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r23845 r23848 31 31 32 32 #include <VBox/log.h> 33 # ifdef VBOX_WITH_DBUS 34 # include <VBox/dbus.h> 35 # endif 33 36 34 37 #include <iprt/dir.h> … … 54 57 # include <linux/fd.h> 55 58 # include <linux/major.h> 56 # ifdef VBOX_WITH_DBUS57 # include <vbox-dbus.h>58 # endif59 59 # include <errno.h> 60 60 # include <scsi/scsi.h> -
trunk/src/VBox/Main/testcase/Makefile.kmk
r23845 r23848 125 125 tstHostHardwareLinux_SOURCES = \ 126 126 tstHostHardwareLinux.cpp \ 127 ../linux/HostHardwareLinux.cpp \ 128 ../linux/vbox-dbus.cpp 127 ../linux/HostHardwareLinux.cpp 129 128 tstHostHardwareLinux_INCS = . ../include 130 129 tstHostHardwareLinux_DEFS = \
Note:
See TracChangeset
for help on using the changeset viewer.