Added Lib/Output/
This commit is contained in:
parent
77ef53bd83
commit
688a82fc97
2 changed files with 2 additions and 0 deletions
|
@ -306,6 +306,7 @@ AC_OUTPUT( \
|
||||||
src/Lib/Geometry/Makefile \
|
src/Lib/Geometry/Makefile \
|
||||||
src/Lib/landcover/Makefile \
|
src/Lib/landcover/Makefile \
|
||||||
src/Lib/Optimize/Makefile \
|
src/Lib/Optimize/Makefile \
|
||||||
|
src/Lib/Output/Makefile \
|
||||||
src/Lib/Polygon/Makefile \
|
src/Lib/Polygon/Makefile \
|
||||||
src/Lib/poly2tri/Makefile \
|
src/Lib/poly2tri/Makefile \
|
||||||
src/Lib/shapelib/Makefile \
|
src/Lib/shapelib/Makefile \
|
||||||
|
|
|
@ -5,6 +5,7 @@ SUBDIRS = \
|
||||||
Geometry \
|
Geometry \
|
||||||
landcover \
|
landcover \
|
||||||
Optimize \
|
Optimize \
|
||||||
|
Output \
|
||||||
Polygon \
|
Polygon \
|
||||||
poly2tri \
|
poly2tri \
|
||||||
shapelib \
|
shapelib \
|
||||||
|
|
Loading…
Add table
Reference in a new issue