From a1c384843c24a83ea4f8c1e05a6ddaf8dd91626d Mon Sep 17 00:00:00 2001 From: erg Date: Mon, 12 Mar 2007 22:48:20 +0000 Subject: [PATCH] Modify makefiles and common.h to support Windows build --- cmd/lefty/ws/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1