From a26c02b7222c99a5ebfa87eed5469c467e484e24 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 2 Jun 2004 14:57:21 +0000 Subject: integration xsd2c and wsdl2c projects --- xsd2c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd2c/Makefile.am') diff --git a/xsd2c/Makefile.am b/xsd2c/Makefile.am index fbcdec0..1475ad0 100755 --- a/xsd2c/Makefile.am +++ b/xsd2c/Makefile.am @@ -3,6 +3,6 @@ bin_PROGRAMS=xsd2c INCLUDES=$(LIBXML_CFLAGS) LDFLAGS=$(LIBXML_LIBS) -xsd2c_SOURCES=tr.c util.c obj.c formatter.c xsd2c.c +xsd2c_SOURCES=tr.c util.c obj.c formatter.c xsd2c.c main.c xsd2c_LDFLAGS=$(LDFLAGS) -- cgit v1.1-32-gdbae