]> git.mxchange.org Git - flightgear.git/blobdiff - Triangulate/Makefile.am
Added trisegs.[ch]xx tripoly.[ch]xx.
[flightgear.git] / Triangulate / Makefile.am
index f28601c0d71c0c251d7c1bb32ce98e6ff3a33cca..42ba8198415d95a43ab1e8990c96ee6eba18fdae 100644 (file)
@@ -2,7 +2,9 @@ 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) \