From: erg Date: Tue, 13 Mar 2007 15:48:00 +0000 (+0000) Subject: Fix dot2l to make under Windows X-Git-Tag: LAST_LIBGRAPH~32^2~5633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88ca8efa8382e577d1190b3cc0073869b728d467;p=graphviz Fix dot2l to make under Windows --- diff --git a/cmd/lefty/dot2l/Makefile.am b/cmd/lefty/dot2l/Makefile.am index c064beec4..aff9cd062 100644 --- a/cmd/lefty/dot2l/Makefile.am +++ b/cmd/lefty/dot2l/Makefile.am @@ -9,6 +9,9 @@ noinst_HEADERS = dot2l.h triefa.h dotparse.h if WITH_X noinst_LTLIBRARIES = libdot2l.la endif +if WITH_WIN32 +noinst_LTLIBRARIES = libdot2l.la +endif libdot2l_la_SOURCES = dot2l.c dotlex.c dotparse.y dottrie.c