Changeset 11805 in vbox for trunk/src/apps
- Timestamp:
- Aug 29, 2008 10:17:27 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/Makefile.kmk
r11721 r11805 14 14 include $(KBUILD_PATH)/subheader.kmk 15 15 16 ifndef VBOX_ONLY_SDK 17 ifdef VBOX_WITH_KCHMVIEWER 18 ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),) 19 # subdirectory currently not possible because of _QT_MOCHDRS 20 SUBDIRS_AFTER += kchmviewer-4.3 21 endif 16 ifdef VBOX_WITH_KCHMVIEWER 17 ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),) 18 # subdirectory currently not possible because of _QT_MOCHDRS 19 SUBDIRS_AFTER += kchmviewer-4.3 22 20 endif 23 ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),) 24 ifeq ($(KBUILD_TARGET),linux)25 include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk26 endif21 endif 22 ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),) 23 ifeq ($(KBUILD_TARGET),linux) 24 include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk 27 25 endif 28 endif # !VBOX_ONLY_SDK26 endif 29 27 30 28 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.