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

10 lines
402 B
Text
Raw Normal View History

lib_LTLIBRARIES = libneofx.la
libneofx_la_SOURCES = math.c collision.c physics.c
libneofx_la_LDFLAGS = -version-info 0:0:0 -release 0.1
library_includedir = $(includedir)/libneofx-0.1/neofx
library_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h neofx/physics.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libneofx-0.1.pc