]> granicus.if.org Git - graphviz/commitdiff
Add flag for building lib/common on Windows to allow necessary
authorerg <devnull@localhost>
Wed, 25 Jul 2007 19:27:13 +0000 (19:27 +0000)
committererg <devnull@localhost>
Wed, 25 Jul 2007 19:27:13 +0000 (19:27 +0000)
declarations for dlls.

lib/common/Makefile.am

index 5c26e4f1ce834ff6627c2812402d9fcedc25c68f..552ac96ce02b3940ef6d274034aff6112e412052 100644 (file)
@@ -10,6 +10,10 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/graph \
        -I$(top_srcdir)/lib/cdt @GD_INCLUDES@ @EXPAT_INCLUDES@ @Z_INCLUDES@
 
+if HAVE_WIN32
+AM_CFLAGS = -D_BLD_common=1
+endif
+
 pkginclude_HEADERS = geom.h color.h types.h textpara.h usershape.h
 noinst_HEADERS = render.h utils.h memory.h \
        geomprocs.h colorprocs.h colortbl.h entities.h \