This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-libneofx/Makefile.am

4 lines
189 B
Text
Raw Normal View History

2005-04-22 19:51:02 +00:00
lib_LTLIBRARIES = libneofx.la
libneofx_la_SOURCES = math.c collision.c physics.c
nobase_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h neofx/physics.h