diff options
author | Martin Szulecki | 2013-02-18 01:40:15 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-18 01:40:15 +0100 |
commit | 1998bd2d36609dbd746f5dde647beadf4e0ff61d (patch) | |
tree | 70e335420b6e8051069dfce0ed3550f75fd16479 /xsd2c | |
parent | 036b4da012fff8c5c04fceafa8f62bbafa2222dc (diff) | |
download | csoap-1998bd2d36609dbd746f5dde647beadf4e0ff61d.tar.gz csoap-1998bd2d36609dbd746f5dde647beadf4e0ff61d.tar.bz2 |
Switch libxml2 detection to pkg-config macros
Diffstat (limited to 'xsd2c')
-rwxr-xr-x | xsd2c/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd2c/Makefile.am b/xsd2c/Makefile.am index 85bd8cf..8a19b30 100755 --- a/xsd2c/Makefile.am +++ b/xsd2c/Makefile.am @@ -3,8 +3,8 @@ # bin_PROGRAMS=xsd2c -INCLUDES=$(LIBXML_CFLAGS) -x_LDFLAG=$(LIBXML_LIBS) +INCLUDES=$(libxml2_CFLAGS) -I$(top_srcdir) +x_LDFLAG=$(libxml2_LIBS) xsd2c_SOURCES=tr.c Enumeration.c util.c obj.c formatter.c xsd2c.c main.c xsd2c_LDFLAGS=$(x_LDFLAG) |