mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
64f51bda6e
again... This covers only the basic check with a build in debian, but it's a good start.
12 lines
372 B
Text
12 lines
372 B
Text
include libs/entity/test/Makemodule.am
|
|
|
|
entity_deps=libs/util/libQFutil.la
|
|
|
|
lib_LTLIBRARIES += libs/entity/libQFentity.la
|
|
|
|
libs_entity_libQFentity_la_LDFLAGS= $(lib_ldflags)
|
|
libs_entity_libQFentity_la_LIBADD= $(entity_deps)
|
|
libs_entity_libQFentity_la_DEPENDENCIES= $(entity_deps)
|
|
libs_entity_libQFentity_la_SOURCES= \
|
|
libs/entity/hierarchy.c \
|
|
libs/entity/transform.c
|