]> git.mxchange.org Git - flightgear.git/blobdiff - Triangulate/Makefile.am
Added trisegs.[ch]xx tripoly.[ch]xx.
[flightgear.git] / Triangulate / Makefile.am
index 503e359b20dee0b8e1a40a1a16b582efc923eeda..42ba8198415d95a43ab1e8990c96ee6eba18fdae 100644 (file)
@@ -2,9 +2,12 @@ noinst_LIBRARIES = libTriangulate.a
 
 libTriangulate_a_SOURCES = \
        triangle.cxx triangle.hxx \
-       trinodes.cxx trinodes.hxx
+       trinodes.cxx trinodes.hxx \
+       tripoly.cxx tripoly.hxx \
+       trisegs.cxx trisegs.hxx
 
 INCLUDES += \
        -I$(top_builddir) \
        -I$(top_builddir)/Lib \
+       -I$(top_builddir)/Tools/Lib \
        -I$(top_builddir)/Tools/Construct