X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ShapeFile%2FMakefile.am;h=b3c41b82bc978e0a92f686034b1a32e8cdd017f2;hb=cf78794eaff7a09e2ef0744e579fcbeb3679bd2c;hp=6aec7fdecf358ed459590514f3b64e01871d8990;hpb=0b156394fa48479f6e8fc125bed7c43ab9573779;p=flightgear.git diff --git a/ShapeFile/Makefile.am b/ShapeFile/Makefile.am index 6aec7fdec..b3c41b82b 100644 --- a/ShapeFile/Makefile.am +++ b/ShapeFile/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = shape-decode shape_decode_SOURCES = main.cxx shape.cxx shape.hxx shape_decode_LDADD = \ - $(top_builddir)/Tools/Polygon/libPolygon.a \ + $(top_builddir)/Tools/Lib/Polygon/libPolygon.a \ $(top_builddir)/Lib/Debug/libDebug.a \ $(top_builddir)/Lib/Bucket/libBucket.a \ $(top_builddir)/Lib/Misc/libMisc.a \ @@ -11,4 +11,4 @@ shape_decode_LDADD = \ -lgfc -lgpc -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Tools +INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Tools/Lib