summaryrefslogtreecommitdiffstats
path: root/wsdl2c
diff options
context:
space:
mode:
authorGravatar snowdrop2004-10-15 15:10:14 +0000
committerGravatar snowdrop2004-10-15 15:10:14 +0000
commit9b300defa7ce03d8e2b78d6c0352f0245fcc7765 (patch)
tree5cd6c8d23d1364fcfa4ce2dd09a7d4929e83cb2d /wsdl2c
parent65147f5b7d17e1ece44076cccb1d7761c8ec7e1e (diff)
downloadcsoap-9b300defa7ce03d8e2b78d6c0352f0245fcc7765.tar.gz
csoap-9b300defa7ce03d8e2b78d6c0352f0245fcc7765.tar.bz2
updated for compiling under *nix
Diffstat (limited to 'wsdl2c')
-rwxr-xr-xwsdl2c/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/wsdl2c/Makefile.am b/wsdl2c/Makefile.am
index db3a8c0..6a4518f 100755
--- a/wsdl2c/Makefile.am
+++ b/wsdl2c/Makefile.am
@@ -9,8 +9,9 @@ xsd2c_objs=../xsd2c/util.o \
../xsd2c/formatter.o \
../xsd2c/obj.o \
../xsd2c/xsd2c.o \
-../xsd2c/tr.o
+../xsd2c/tr.o \
+../xsd2c/Enumeration.o
-wsdl2c_SOURCES=CallVar.c CallFunc.c CallList.c wsdl2c.c
+wsdl2c_SOURCES=CallVar.c CallFunc.c CallList.c codewriter.c wsdl2c.c
wsdl2c_LDFLAGS=$(LDFLAGS) $(xsd2c_objs)