quakeforge/libs/image/Makemodule.am
Bill Currie 64f51bda6e [build] Get make distcheck working again
again...

This covers only the basic check with a build in debian, but it's a good
start.
2021-03-29 17:35:30 +09:00

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