]> granicus.if.org Git - graphviz/commitdiff
Modify makefiles and common.h to support Windows build
authorerg <devnull@localhost>
Mon, 12 Mar 2007 22:48:20 +0000 (22:48 +0000)
committererg <devnull@localhost>
Mon, 12 Mar 2007 22:48:20 +0000 (22:48 +0000)
cmd/lefty/os/mswin32/Makefile.am [new file with mode: 0644]

diff --git a/cmd/lefty/os/mswin32/Makefile.am b/cmd/lefty/os/mswin32/Makefile.am
new file mode 100644 (file)
index 0000000..651c58b
--- /dev/null
@@ -0,0 +1,10 @@
+# $Id$ $Revision$
+## Process this file with automake to produce Makefile.in
+
+AM_CPPFLAGS = -I$(top_srcdir)/cmd/lefty
+
+noinst_LTLIBRARIES = libos.la
+
+libos_la_SOURCES = io.c
+
+EXTRA_DIST = $(libos_la_SOURCES)