diff --git a/direct/src/dcparse/Sources.pp b/direct/src/dcparse/Sources.pp index 2e5cf1277c..bf0c65cd03 100644 --- a/direct/src/dcparse/Sources.pp +++ b/direct/src/dcparse/Sources.pp @@ -5,7 +5,8 @@ interrogatedb:c dconfig:c dtoolconfig:m \ dtoolutil:c dtoolbase:c dtool:m \ prc:c pstatclient:c pandabase:c linmath:c putil:c \ - pipeline:c $[if $[HAVE_NET],net:c] \ + pipeline:c \ + $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \ pystub #define C++FLAGS -DWITHIN_PANDA diff --git a/direct/src/dcparser/Sources.pp b/direct/src/dcparser/Sources.pp index c7352d4a5b..22356ab205 100644 --- a/direct/src/dcparser/Sources.pp +++ b/direct/src/dcparser/Sources.pp @@ -3,7 +3,8 @@ pstatclient:c pipeline:c panda:m \ interrogatedb:c dconfig:c dtoolconfig:m \ dtoolutil:c dtoolbase:c dtool:m prc:c pandabase:c \ - linmath:c putil:c $[if $[HAVE_NET],net:c] + $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \ + linmath:c putil:c #define LOCAL_LIBS \ directbase diff --git a/direct/src/interval/Sources.pp b/direct/src/interval/Sources.pp index af61e0e79e..3b8acc9390 100644 --- a/direct/src/interval/Sources.pp +++ b/direct/src/interval/Sources.pp @@ -9,7 +9,8 @@ interrogatedb:c dconfig:c dtoolconfig:m \ dtoolutil:c dtoolbase:c dtool:m \ pandabase:c prc:c gsgbase:c pstatclient:c \ - pipeline:c $[if $[HAVE_NET],net:c] + $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \ + pipeline:c #define SOURCES \ config_interval.cxx config_interval.h \ diff --git a/direct/src/motiontrail/Sources.pp b/direct/src/motiontrail/Sources.pp index 5c2df23523..1b879ab77c 100644 --- a/direct/src/motiontrail/Sources.pp +++ b/direct/src/motiontrail/Sources.pp @@ -12,7 +12,7 @@ event:c \ pstatclient:c \ pnmimage:c \ - $[if $[HAVE_NET],net:c] \ + $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \ pgraph:c \ lerp:c \ panda:m \ diff --git a/direct/src/showbase/Sources.pp b/direct/src/showbase/Sources.pp index 6d0d418a00..d1ed86ea25 100644 --- a/direct/src/showbase/Sources.pp +++ b/direct/src/showbase/Sources.pp @@ -5,7 +5,8 @@ #define OTHER_LIBS \ pgraph:c gsgbase:c gobj:c mathutil:c pstatclient:c \ lerp:c downloader:c pandabase:c pnmimage:c prc:c \ - pipeline:c cull:c $[if $[HAVE_NET],net:c] \ + pipeline:c cull:c \ + $[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \ display:c linmath:c event:c putil:c panda:m \ express:c pandaexpress:m \ interrogatedb:c dconfig:c dtoolconfig:m \