VirtualBox

Changeset 2101 in vbox for trunk


Ignore:
Timestamp:
Apr 16, 2007 1:21:01 PM (18 years ago)
Author:
vboxsync
Message:

Updated the Linux guest clipboard code and added it to the additions installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile

    r1397 r2101  
    3232ifndef VBOX_OSE
    3333SUBDIRS += \
    34         sharedfolders
     34        sharedfolders \
     35        xclient
    3536endif
    3637endif
     
    5253                $(INSTARGET_vboxmod-bin) \
    5354                $(PATH_BIN)/additions/vboxadd-timesync \
     55                $(PATH_BIN)/additions/vboxadd-xclient \
    5456                installer/vboxadd-timesync.sh \
    5557                installer/vboxadd.sh \
     
    7880        $(QUIET)$(INSTALL) -m 0644 installer/test.c $(PATH_TARGET)/install/module/test/
    7981        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxadd-timesync $(PATH_TARGET)/install/vboxadd-timesync
     82        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxadd-xclient $(PATH_TARGET)/install/vboxadd-xclient
    8083        $(QUIET)$(SED) "s;_VERSION_;$(VBOX_VERSION_STRING);g" installer/install.sh | $(SED) "s;_BUILD_;$(shell date);g" | $(SED) "s;_OSE_;$(VBOX_OSE);g" > $(PATH_TARGET)/install/install_.sh
    8184        $(QUIET)$(INSTALL) -m 0755 $(PATH_TARGET)/install/install_.sh $(PATH_TARGET)/install/install.sh
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette