mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
10 lines
350 B
Text
10 lines
350 B
Text
|
image_deps=libs/util/libQFutil.la
|
||
|
|
||
|
lib_LTLIBRARIES += libs/image/libQFimage.la
|
||
|
|
||
|
libs_image_libQFimage_la_LDFLAGS= $(lib_ldflags)
|
||
|
libs_image_libQFimage_la_LIBADD= $(image_deps) $(PNG_LIBS)
|
||
|
libs_image_libQFimage_la_DEPENDENCIES= $(image_deps)
|
||
|
libs_image_libQFimage_la_SOURCES= \
|
||
|
libs/image/image.c libs/image/pcx.c libs/image/png.c libs/image/tga.c
|