summaryrefslogtreecommitdiffstats
path: root/wsdl2c/Makefile.am
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-18 01:40:15 +0100
committerGravatar Martin Szulecki2013-02-18 01:40:15 +0100
commit1998bd2d36609dbd746f5dde647beadf4e0ff61d (patch)
tree70e335420b6e8051069dfce0ed3550f75fd16479 /wsdl2c/Makefile.am
parent036b4da012fff8c5c04fceafa8f62bbafa2222dc (diff)
downloadcsoap-1998bd2d36609dbd746f5dde647beadf4e0ff61d.tar.gz
csoap-1998bd2d36609dbd746f5dde647beadf4e0ff61d.tar.bz2
Switch libxml2 detection to pkg-config macros
Diffstat (limited to 'wsdl2c/Makefile.am')
-rwxr-xr-xwsdl2c/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsdl2c/Makefile.am b/wsdl2c/Makefile.am
index e56ab0b..74a1ac0 100755
--- a/wsdl2c/Makefile.am
+++ b/wsdl2c/Makefile.am
@@ -4,8 +4,8 @@
bin_PROGRAMS=wsdl2c
-INCLUDES=$(LIBXML_CFLAGS) -I$(top_srcdir)
-wsdl2cl_LDFLAG=$(LIBXML_LIBS)
+INCLUDES=$(libxml2_CFLAGS) -I$(top_srcdir)
+wsdl2cl_LDFLAG=$(libxml2_LIBS)
xsd2c_root= $(top_srcdir)/xsd2c