]> granicus.if.org Git - graphviz/commitdiff
fix typo (missing '\' )
authorellson <devnull@localhost>
Fri, 29 Jul 2005 10:04:49 +0000 (10:04 +0000)
committerellson <devnull@localhost>
Fri, 29 Jul 2005 10:04:49 +0000 (10:04 +0000)
tclpkg/tcldot/Makefile.am

index 9bac2a428df47a2303652e637e63b8b64a1722be..407aeaec24d26d309c5e322123e42f56472f2fd5 100644 (file)
@@ -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 \