mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
64f51bda6e
again... This covers only the basic check with a build in debian, but it's a good start.
13 lines
383 B
Text
13 lines
383 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/convert.c \
|
|
libs/image/image.c \
|
|
libs/image/pcx.c \
|
|
libs/image/png.c \
|
|
libs/image/tga.c
|