diff options
author | snowdrop | 2004-06-02 11:17:03 +0000 |
---|---|---|
committer | snowdrop | 2004-06-02 11:17:03 +0000 |
commit | b6d27351412b20656f670cea3ae969f5c30c634b (patch) | |
tree | 4c446d635646a1c60d56cd16cb8b298c9177aef2 /xsd2c/Makefile.am | |
parent | 64a8019425b6cc6d9e957281c9aeb7c968693b1d (diff) | |
download | csoap-b6d27351412b20656f670cea3ae969f5c30c634b.tar.gz csoap-b6d27351412b20656f670cea3ae969f5c30c634b.tar.bz2 |
initial import
Diffstat (limited to 'xsd2c/Makefile.am')
-rwxr-xr-x | xsd2c/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xsd2c/Makefile.am b/xsd2c/Makefile.am new file mode 100755 index 0000000..fbcdec0 --- /dev/null +++ b/xsd2c/Makefile.am @@ -0,0 +1,8 @@ +bin_PROGRAMS=xsd2c
+
+INCLUDES=$(LIBXML_CFLAGS)
+LDFLAGS=$(LIBXML_LIBS)
+
+xsd2c_SOURCES=tr.c util.c obj.c formatter.c xsd2c.c
+xsd2c_LDFLAGS=$(LDFLAGS)
+
|