Changeset 5827 in vbox
- Timestamp:
- Nov 23, 2007 3:56:56 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26268
- Location:
- trunk/src/VBox
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Makefile.kmk
r4071 r5827 36 36 SUBDIRS += VBoxVRDP 37 37 endif 38 ifdef VBOX_WITH_HEADLESS 39 SUBDIRS += VBoxHeadless 40 endif 38 41 39 42 include $(PATH_KBUILD)/footer.kmk -
trunk/src/VBox/HostServices/Makefile.kmk
r5780 r5827 30 30 endif 31 31 endif 32 ifdef VBOX_WITH_FFMPEG33 SUBDIRS += VideoCapture34 endif35 32 36 33 include $(PATH_KBUILD)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.