Changeset 12194 in vbox
- Timestamp:
- Sep 8, 2008 2:12:23 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36168
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/Makefile.kmk
r11982 r12194 25 25 ifdef VBOX_WITH_KCHMVIEWER 26 26 ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),) 27 # subdirectory currently not possible because of _QT_MOCHDRS 28 SUBDIRS_AFTER += kchmviewer-4.3 27 include $(PATH_SUB_CURRENT)/kchmviewer-4.3/Makefile.kmk 29 28 endif 30 29 endif 31 if neq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)32 if eq ($(KBUILD_TARGET),linux)30 ifeq ($(KBUILD_TARGET),linux) 31 ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),) 33 32 include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk 34 33 endif
Note:
See TracChangeset
for help on using the changeset viewer.