summaryrefslogtreecommitdiff
path: root/src/base/triangulate/Makefile.am
blob: 9381e5838861de598c722eb8955cbde154859cda (plain)
1
2
3
4
5
6
7
8
AM_CPPFLAGS = -I.. @XML2_CFLAGS@ @PTHREAD_CFLAGS@
ALL_H = Triangulate.h Shapes.h Utils.h \
        AdvancingFront.h Sweep.h SweepContext.h

noinst_LTLIBRARIES = libtriangulate.la
libtriangulate_la_SOURCES = Triangulate.cpp Shapes.cpp \
        AdvancingFront.cpp Sweep.cpp SweepContext.cpp \
        $(ALL_H)