mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-30 08:00:51 +00:00
14 lines
378 B
Text
14 lines
378 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 \
|
||
|
$e
|