diff options
author | snowdrop | 2004-06-02 14:57:21 +0000 |
---|---|---|
committer | snowdrop | 2004-06-02 14:57:21 +0000 |
commit | a26c02b7222c99a5ebfa87eed5469c467e484e24 (patch) | |
tree | 8743094258a4630ac9e790e75242ec8c78ff22bc /xsd2c/Makefile.am | |
parent | e3d01861e587e22c6dd34f0e4e15612589badf53 (diff) | |
download | csoap-a26c02b7222c99a5ebfa87eed5469c467e484e24.tar.gz csoap-a26c02b7222c99a5ebfa87eed5469c467e484e24.tar.bz2 |
integration xsd2c and wsdl2c projects
Diffstat (limited to 'xsd2c/Makefile.am')
-rwxr-xr-x | xsd2c/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|