Changeset 93385 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
- Timestamp:
- Jan 20, 2022 8:30:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r93371 r93385 34 34 # if you rename the following program name. 35 35 # 36 PROGRAMS += VBoxDRMClient36 PROGRAMS.linux += VBoxDRMClient 37 37 38 38 VBoxClient_TEMPLATE = NewVBoxGuestR3Exe … … 126 126 VBoxClient_DEFS += VBOX_WITH_VMSVGA 127 127 VBoxClient_SOURCES += \ 128 display-svga-x11.cpp \ 128 display-svga-x11.cpp 129 VBoxClient_SOURCES.linux += \ 129 130 display-svga-session.cpp \ 130 131 display-ipc.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.