summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: b0906592552b0ccf94d04c4317cbf9018ea69692 (plain)
1
2
3
4
5
6
7
8
9
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