]> git.mxchange.org Git - flightgear.git/blobdiff - Triangulate/Makefile.am
Added trisegs.[ch]xx tripoly.[ch]xx.
[flightgear.git] / Triangulate / Makefile.am
index 8beeb47bfe18b4c89290c54eb5d6f36e0cd5fee1..42ba8198415d95a43ab1e8990c96ee6eba18fdae 100644 (file)
@@ -3,7 +3,8 @@ noinst_LIBRARIES = libTriangulate.a
 libTriangulate_a_SOURCES = \
        triangle.cxx triangle.hxx \
        trinodes.cxx trinodes.hxx \
-       tripoly.cxx tripoly.hxx
+       tripoly.cxx tripoly.hxx \
+       trisegs.cxx trisegs.hxx
 
 INCLUDES += \
        -I$(top_builddir) \