* forgot to commit Jamfiles

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27418 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Salvatore Benedetto 2008-09-11 15:06:47 +00:00
parent 40dae3708f
commit 9c3feb120b
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ UsePrivateHeaders shared ;
KernelMergeObject kernel_posix.o :
realtime_sem.cpp
xsi_message_queue.cpp
xsi_semaphore.cpp
: $(TARGET_KERNEL_PIC_CCFLAGS)

View File

@ -24,5 +24,6 @@ MergeObject posix_sys.o :
uname.c
utimes.c
wait.c
xsi_msg_queue.cpp
xsi_sem.cpp
;