From: ellson Date: Fri, 29 Jul 2005 10:04:49 +0000 (+0000) Subject: fix typo (missing '\' ) X-Git-Tag: LAST_LIBGRAPH~32^2~7355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1717e55b5f23ca65bf93baf446aa29288f819bdd;p=graphviz fix typo (missing '\' ) --- diff --git a/tclpkg/tcldot/Makefile.am b/tclpkg/tcldot/Makefile.am index 9bac2a428..407aeaec2 100644 --- a/tclpkg/tcldot/Makefile.am +++ b/tclpkg/tcldot/Makefile.am @@ -31,7 +31,7 @@ html_DATA = $(html) endif libtcldot_la_SOURCES = tcldot.c tkgen.c \ - $(top_srcdir)/tclpkg/gdtclft/gdtclft.c + $(top_srcdir)/tclpkg/gdtclft/gdtclft.c \ $(top_srcdir)/lib/gvc/builtins.c libtcldot_la_LIBADD = \ $(top_builddir)/tclpkg/tclhandle/libtclhandle.la \