packagefs: Move DebugSupport up into the file_systems shared folder.

ramfs will find it useful also.
This commit is contained in:
Augustin Cavalier
2018-08-22 19:19:56 -04:00
parent 47b079afc9
commit c7919fc71a
3 changed files with 3 additions and 3 deletions
@@ -32,7 +32,7 @@
# define DEBUG_PRINT 0 # define DEBUG_PRINT 0
#endif #endif
#ifndef DEBUG_APP #ifndef DEBUG_APP
# define DEBUG_APP "packagefs" # define DEBUG_APP "unknown"
#endif #endif
#ifndef DEBUG_PRINT_FILE #ifndef DEBUG_PRINT_FILE
# define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log" # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
@@ -3,7 +3,7 @@ SubDir HAIKU_TOP src add-ons kernel file_systems packagefs ;
UseBuildFeatureHeaders zlib ; UseBuildFeatureHeaders zlib ;
UsePrivateKernelHeaders ; UsePrivateKernelHeaders ;
UsePrivateHeaders package shared storage support ; UsePrivateHeaders package shared storage support file_systems ;
local zstdSources ; local zstdSources ;
local zstdKernelLib ; local zstdKernelLib ;
@@ -37,7 +37,6 @@ HAIKU_PACKAGE_FS_SOURCES =
AutoPackageAttributes.cpp AutoPackageAttributes.cpp
BlockBufferPoolKernel.cpp BlockBufferPoolKernel.cpp
CachedDataReader.cpp CachedDataReader.cpp
DebugSupport.cpp
Dependency.cpp Dependency.cpp
Directory.cpp Directory.cpp
EmptyAttributeDirectoryCookie.cpp EmptyAttributeDirectoryCookie.cpp
@@ -82,6 +81,7 @@ HAIKU_PACKAGE_FS_SOURCES =
HAIKU_PACKAGE_FS_SHARED_SOURCES = HAIKU_PACKAGE_FS_SHARED_SOURCES =
QueryParserUtils.cpp QueryParserUtils.cpp
DebugSupport.cpp
; ;
HAIKU_PACKAGE_FS_PACKAGE_READER_SOURCES = HAIKU_PACKAGE_FS_PACKAGE_READER_SOURCES =