summaryrefslogtreecommitdiffstats
path: root/xsd2c/Makefile.am
diff options
context:
space:
mode:
authorGravatar snowdrop2004-06-02 11:17:03 +0000
committerGravatar snowdrop2004-06-02 11:17:03 +0000
commitb6d27351412b20656f670cea3ae969f5c30c634b (patch)
tree4c446d635646a1c60d56cd16cb8b298c9177aef2 /xsd2c/Makefile.am
parent64a8019425b6cc6d9e957281c9aeb7c968693b1d (diff)
downloadcsoap-b6d27351412b20656f670cea3ae969f5c30c634b.tar.gz
csoap-b6d27351412b20656f670cea3ae969f5c30c634b.tar.bz2
initial import
Diffstat (limited to 'xsd2c/Makefile.am')
-rwxr-xr-xxsd2c/Makefile.am8
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)
+