]> git.mxchange.org Git - flightgear.git/blobdiff - Triangulate/Makefile.am
Continue shaping the code towards triangulation bliss. Added code to
[flightgear.git] / Triangulate / Makefile.am
index 503e359b20dee0b8e1a40a1a16b582efc923eeda..8beeb47bfe18b4c89290c54eb5d6f36e0cd5fee1 100644 (file)
@@ -2,9 +2,11 @@ noinst_LIBRARIES = libTriangulate.a
 
 libTriangulate_a_SOURCES = \
        triangle.cxx triangle.hxx \
-       trinodes.cxx trinodes.hxx
+       trinodes.cxx trinodes.hxx \
+       tripoly.cxx tripoly.hxx
 
 INCLUDES += \
        -I$(top_builddir) \
        -I$(top_builddir)/Lib \
+       -I$(top_builddir)/Tools/Lib \
        -I$(top_builddir)/Tools/Construct