]> git.mxchange.org Git - flightgear.git/blob - Triangulate/Makefile.am
Added trisegs.[ch]xx tripoly.[ch]xx.
[flightgear.git] / Triangulate / Makefile.am
1 noinst_LIBRARIES = libTriangulate.a
2
3 libTriangulate_a_SOURCES = \
4         triangle.cxx triangle.hxx \
5         trinodes.cxx trinodes.hxx \
6         tripoly.cxx tripoly.hxx \
7         trisegs.cxx trisegs.hxx
8
9 INCLUDES += \
10         -I$(top_builddir) \
11         -I$(top_builddir)/Lib \
12         -I$(top_builddir)/Tools/Lib \
13         -I$(top_builddir)/Tools/Construct