From: erg Date: Mon, 12 Mar 2007 22:48:20 +0000 (+0000) Subject: Modify makefiles and common.h to support Windows build X-Git-Tag: LAST_LIBGRAPH~32^2~5639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1c384843c24a83ea4f8c1e05a6ddaf8dd91626d;p=graphviz Modify makefiles and common.h to support Windows build --- diff --git a/cmd/lefty/ws/Makefile.am b/cmd/lefty/ws/Makefile.am index db2fa2ab9..869bf86a1 100644 --- a/cmd/lefty/ws/Makefile.am +++ b/cmd/lefty/ws/Makefile.am @@ -1,6 +1,6 @@ # $Id$ $Revision$ ## Process this file with automake to produce Makefile.in -SUBDIRS = x11 +SUBDIRS = x11 mswin32 -EXTRA_DIST = mswin32 gtk none +EXTRA_DIST = gtk none