png is a standard static lib, provide it

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-01-12 03:19:23 +00:00
parent 619e402c27
commit 764dff5e30

View File

@ -21,3 +21,24 @@ SharedLibrary png :
pngwtran.c
pngwutil.c
: z ;
StaticLibrary png :
png.c
pngerror.c
pnggccrd.c
pngget.c
pngmem.c
pngpread.c
pngread.c
pngrio.c
pngrtran.c
pngrutil.c
pngset.c
pngtrans.c
pngvcrd.c
pngwio.c
pngwrite.c
pngwtran.c
pngwutil.c
: STATIC_LIBRARY_DIR
;