mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
21 lines
639 B
Text
21 lines
639 B
Text
|
include tools/bsp2img/Makemodule.am
|
||
|
include tools/carne/Makemodule.am
|
||
|
include tools/pak/Makemodule.am
|
||
|
include tools/qfbsp/Makemodule.am
|
||
|
include tools/qfcc/Makemodule.am
|
||
|
include tools/qflight/Makemodule.am
|
||
|
include tools/qflmp/Makemodule.am
|
||
|
include tools/qfmodelgen/Makemodule.am
|
||
|
include tools/qfspritegen/Makemodule.am
|
||
|
include tools/qfvis/Makemodule.am
|
||
|
include tools/wad/Makemodule.am
|
||
|
include tools/wav/Makemodule.am
|
||
|
|
||
|
EXTRA_DIST += \
|
||
|
tools/io_mesh_qfmdl/export_mdl.py \
|
||
|
tools/io_mesh_qfmdl/import_mdl.py \
|
||
|
tools/io_mesh_qfmdl/__init__.py \
|
||
|
tools/io_mesh_qfmdl/mdl.py \
|
||
|
tools/io_mesh_qfmdl/qfplist.py \
|
||
|
tools/io_mesh_qfmdl/quakepal.py
|