1SubDir OBOS_TOP src kits network libnetapi ; 2 3UsePrivateHeaders net ; 4 5SharedLibrary netapi : 6# NetEndpoint.cpp 7 NetAddress.cpp 8 NetBuffer.cpp 9 NetDebug.cpp 10; 11 12LinkSharedOSLibs libnetapi.so : 13 root be libnet.so 14; 15 16# Installation -- in the test directory for the time being 17OBOSInstallRelSymLink install-networking 18 : [ FDirName $(OBOS_TEST_DIR) kits net lib ] 19 : libnetapi.so 20 : installed-networking-test ; 21