From: Magnus Jacobsson Date: Sat, 11 Dec 2021 06:33:39 +0000 (+0100) Subject: Revert "pathplan: autotools: use pathplan.def" X-Git-Tag: 3.0.0~121^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ba5718a2e4ba21c8a6089e54ef0da427b02de90;p=graphviz Revert "pathplan: autotools: use pathplan.def" This reverts commit b63144316c65e992712ed9d6385af59ab5a9bc7e. This file is now empty and obsolete. Towards https://gitlab.com/graphviz/graphviz/-/issues/2058. --- diff --git a/lib/pathplan/Makefile.am b/lib/pathplan/Makefile.am index 1f5df41c6..a86e46361 100644 --- a/lib/pathplan/Makefile.am +++ b/lib/pathplan/Makefile.am @@ -35,9 +35,6 @@ libpathplan_C_la_SOURCES = cvt.c inpoly.c route.c shortest.c \ shortestpth.c solvers.c triang.c util.c visibility.c libpathplan_la_LDFLAGS = -version-info $(PATHPLAN_VERSION) -no-undefined -if WITH_WIN32 -libpathplan_la_LDFLAGS += -export-symbols $(top_srcdir)/lib/pathplan/pathplan.def -endif libpathplan_la_SOURCES = $(libpathplan_C_la_SOURCES) libpathplan_la_LIBADD = @MATH_LIBS@