Skip to content

Commit

Permalink
package kit: Fix independent build
Browse files Browse the repository at this point in the history
* ZlibCompressionBase.cpp isn't the only
  source / header to required zlib
* Just add zlib as a dep for all kit sources
  • Loading branch information
kallisti5 committed Dec 15, 2012
1 parent f236b94 commit dc95dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/kits/package/Jamfile
Expand Up @@ -8,9 +8,6 @@ UsePrivateHeaders

SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits package hpkg ] ;

Includes [ FGristFiles ZlibCompressionBase.cpp ]
: $(HAIKU_ZLIB_HEADERS_DEPENDENCY) ;

HPKG_SOURCES =
AttributeDataReader.cpp
BlockBufferCache.cpp
Expand Down Expand Up @@ -44,6 +41,9 @@ HPKG_SOURCES =
ZlibDecompressor.cpp
;

Includes [ FGristFiles $(HPKG_SOURCES) ]
: $(HAIKU_ZLIB_HEADERS_DEPENDENCY) ;

SharedLibrary libpackage.so
:
ActivateRepositoryCacheJob.cpp
Expand Down

0 comments on commit dc95dfe

Please sign in to comment.