From 48789f04e213f0f8309448b03c49e7d2802dd1a4 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Thu, 21 Jul 2005 09:05:51 +0000 Subject: removed LDFLAGS warnings --- xsd2c/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsd2c') diff --git a/xsd2c/Makefile.am b/xsd2c/Makefile.am index 5b964cc..043c8cd 100755 --- a/xsd2c/Makefile.am +++ b/xsd2c/Makefile.am @@ -1,8 +1,8 @@ bin_PROGRAMS=xsd2c INCLUDES=$(LIBXML_CFLAGS) -LDFLAGS=$(LIBXML_LIBS) +x_LDFLAG=$(LIBXML_LIBS) xsd2c_SOURCES=tr.c Enumeration.c util.c obj.c formatter.c xsd2c.c main.c -xsd2c_LDFLAGS=$(LDFLAGS) +xsd2c_LDFLAGS=$(x_LDFLAG) -- cgit v1.1-32-gdbae