VirtualBox

Changeset 47567 in vbox for trunk/src


Ignore:
Timestamp:
Aug 6, 2013 11:54:21 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87767
Message:

Move proxy sources from LWIP_SOURCES to LWIP_NAT_SOURCES - we don't
need to build them elsewhere. Refer to the former in VBoxNetLwipNAT
makefile. Arguably, those sources should be moved to where they
belong too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/Makefile.kmk

    r47176 r47567  
    8484# Note: not spaces please in "Devices,$("
    8585#
    86 $(foreach file,$(LWIP_SOURCES),$(eval $(call def_vbox_nat_network_service_sources, VBoxNetLwipNAT, ../../Devices,$(file))))
     86$(foreach file,$(LWIP_SOURCES) $(LWIP_NAT_SOURCES),$(eval $(call def_vbox_nat_network_service_sources, VBoxNetLwipNAT, ../../Devices,$(file))))
    8787
    8888$(foreach incs,$(LWIP_INCS),$(eval $(call def_vbox_nat_network_service_incs, VBoxNetLwipNAT, ../../Devices,$(incs))))
Note: See TracChangeset for help on using the changeset viewer.

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