summaryrefslogtreecommitdiffstats
path: root/wsdl2c
diff options
context:
space:
mode:
Diffstat (limited to 'wsdl2c')
-rwxr-xr-xwsdl2c/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsdl2c/Makefile.am b/wsdl2c/Makefile.am
index 74a1ac0..3660d13 100755
--- a/wsdl2c/Makefile.am
+++ b/wsdl2c/Makefile.am
@@ -4,8 +4,8 @@
bin_PROGRAMS=wsdl2c
-INCLUDES=$(libxml2_CFLAGS) -I$(top_srcdir)
-wsdl2cl_LDFLAG=$(libxml2_LIBS)
+AM_CPPFLAGS=$(libxml2_CFLAGS) -I$(top_srcdir)
+AM_LDFLAGS=$(libxml2_LIBS)
xsd2c_root= $(top_srcdir)/xsd2c
@@ -17,5 +17,5 @@ xsd2c_objs=../xsd2c/util.o \
../xsd2c/Enumeration.o
wsdl2c_SOURCES=CallVar.c CallFunc.c CallList.c codewriter.c wsdl2c.c
-wsdl2c_LDFLAGS=$(wsdl2cl_LDFLAG) $(xsd2c_objs)
+wsdl2c_LDFLAGS=$(AM_LDFLAGS) $(xsd2c_objs)