Those should have been part of r40791. Sorry.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40793 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2011-03-03 14:07:57 +00:00
parent 44f4c81aa4
commit 7703b15314
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,3 @@
SubDir HAIKU_TOP src add-ons translators webp libwebp ;
SubInclude HAIKU_TOP src add-ons translators webp libwebp dec ;

View File

@ -0,0 +1,15 @@
SubDir HAIKU_TOP src add-ons translators webp libwebp dec ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) webp ] ;
MergeObject <libwebp>webpdecode.o :
bits.c
dsp.c
frame.c
quant.c
tree.c
vp8.c
webp.c
yuv.c
;