repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
file_systems
/
bindfs
/
Jamfile
blob
99d5eef732b235893ab22a58c49a0b30d43582e1
1
SubDir HAIKU_TOP src add-ons kernel file_systems bindfs ;
2
3
4
UsePrivateKernelHeaders ;
5
# UsePrivateHeaders shared ;
6
7
8
HAIKU_BIND_FS_SOURCES =
9
DebugSupport.cpp
10
kernel_interface.cpp
11
Node.cpp
12
Volume.cpp
13
;
14
15
16
KernelAddon bindfs
17
:
18
$(HAIKU_BIND_FS_SOURCES)
19
;
20
21
22
#HaikuSubInclude userland ;