]> granicus.if.org Git - graphviz/commitdiff
Fix graphviz out-of-source build per https://gitlab.com/graphviz/graphviz/issues...
authorStephen C North <scnorth@gmail.com>
Wed, 18 Sep 2019 12:33:13 +0000 (08:33 -0400)
committerStephen C North <scnorth@gmail.com>
Wed, 18 Sep 2019 12:33:13 +0000 (08:33 -0400)
tclpkg/tcldot/Makefile.am

index 58c88f41438272e22f85d65fb76b541c6639b6dc..07030cefc0b0acdf4756525cc5d5c714a92e17b0 100644 (file)
@@ -7,7 +7,7 @@ SUBDIRS = demo
 TCLHANDLE_INCLUDES=-I$(top_srcdir)/tclpkg/tclhandle
 TCLHANDLE_LIBS=$(top_builddir)/tclpkg/tclhandle/libtclhandle_C.la
 if WITH_LIBGD
-GDTCLFT_LIBS = $(top_srcdir)/tclpkg/gdtclft/libgdtclft_C.la
+GDTCLFT_LIBS = $(top_builddir)/tclpkg/gdtclft/libgdtclft_C.la
 endif
 
 pdfdir = $(pkgdatadir)/doc/pdf