Changeset 14730 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 27, 2008 6:25:19 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r14722 r14730 22 22 SUB_DEPTH = ../../.. 23 23 include $(KBUILD_PATH)/subheader.kmk 24 25 24 26 25 # -
trunk/src/VBox/Main/testcase/Makefile.kmk
r14723 r14730 132 132 $(if $(VBOX_USB_WITH_SYSFS),VBOX_USB_WITH_SYSFS,) 133 133 tstUSBLinux_LIBS += $(PATH_OUT)/lib/USBLib.a 134 ifeq ($(KBUILD_TARGET),linux)135 # Why on earth does this not work? Config.kmk has an identical statement.136 VBOX_LIBHAL_LDFLAGS ?= $(shell pkg-config hal --libs)137 endif138 134 tstUSBLinux_CFLAGS += $(if $(VBOX_WITH_LIBHAL),$(VBOX_LIBHAL_CFLAGS),) 139 135 tstUSBLinux_CXXFLAGS += $(if $(VBOX_WITH_LIBHAL),$(VBOX_LIBHAL_CXXFLAGS),)
Note:
See TracChangeset
for help on using the changeset viewer.