Fixes this error using autotools with MinGW:
C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ../../lib/label/.libs/liblabel_C.a(xlabels.o): in function `xlnew':
C:\Users\magja\graphviz\lib\label/xlabels.c:41: undefined reference to `__imp_zmalloc'
Towards https://gitlab.com/graphviz/graphviz/-/issues/2058
-I$(top_srcdir)/lib/cgraph \
-I$(top_srcdir)/lib/cdt
+if WITH_WIN32
+AM_CFLAGS = -DGVC_EXPORTS=1
+endif
+
noinst_HEADERS = xlabels.h index.h node.h rectangle.h split.q.h
noinst_LTLIBRARIES = liblabel_C.la