From: erg Date: Tue, 13 Mar 2007 18:34:56 +0000 (+0000) Subject: Remove LEFTYDATADIR from Windows build since it is built on '/' path X-Git-Tag: LAST_LIBGRAPH~32^2~5631 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8dfd998121528d6d291f2237a5635486c9531c4;p=graphviz Remove LEFTYDATADIR from Windows build since it is built on '/' path separator and lefty is looking for '\'. Also, it is unlikely the path will be where the software is installed. --- diff --git a/cmd/lefty/Makefile.am b/cmd/lefty/Makefile.am index 0c1d677bb..36ad871a5 100644 --- a/cmd/lefty/Makefile.am +++ b/cmd/lefty/Makefile.am @@ -30,14 +30,17 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/cmd/lefty/ws/mswin32 \ -I$(top_srcdir)/cmd/lefty/os/mswin32 \ -I$(top_srcdir)/cmd/lefty/dot2l @XAW_INCLUDES@ + +AM_CFLAGS = -DHAVE_CONFIG_H @X_CFLAGS@ else AM_CPPFLAGS = \ -I$(top_srcdir)/cmd/lefty/ws/x11 \ -I$(top_srcdir)/cmd/lefty/os/unix \ -I$(top_srcdir)/cmd/lefty/dot2l @XAW_INCLUDES@ -endif AM_CFLAGS = -DLEFTYDATADIR=\"$(leftydir)\" -DHAVE_CONFIG_H @X_CFLAGS@ +endif + man = lefty.1 pdf = lefty.pdf