Fix zlib-dependency in libnetapi.

* Fix copy-'n'paste bug that resulted in the zlib.h dependency being
  added to no source file at all.
This commit is contained in:
Oliver Tappe 2014-05-24 20:23:28 +02:00
parent 06ed405803
commit 6b6ff33d60

View File

@ -14,7 +14,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
local sslSources ;
local md5Sources ;
Includes [ FGristFiles $(HPKG_SOURCES) ]
Includes [ FGristFiles HttpRequest.cpp ]
: [ BuildFeatureAttribute zlib : headers ] ;
UsePrivateSystemHeaders ;
@ -55,7 +55,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
NetworkInterface.cpp
NetworkRoster.cpp
RouteSupport.cpp
AbstractSocket.cpp
DatagramSocket.cpp
Socket.cpp