From 2ed145e7e58503119bf37ec2c634f6cde84ee50c Mon Sep 17 00:00:00 2001 From: snowdrop Date: Thu, 3 Jun 2004 13:14:35 +0000 Subject: fixed some little bugs --- xsd2c/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'xsd2c/Makefile.am') diff --git a/xsd2c/Makefile.am b/xsd2c/Makefile.am index 1475ad0..800892e 100755 --- a/xsd2c/Makefile.am +++ b/xsd2c/Makefile.am @@ -1,8 +1,8 @@ -bin_PROGRAMS=xsd2c - -INCLUDES=$(LIBXML_CFLAGS) -LDFLAGS=$(LIBXML_LIBS) - -xsd2c_SOURCES=tr.c util.c obj.c formatter.c xsd2c.c main.c -xsd2c_LDFLAGS=$(LDFLAGS) - +bin_PROGRAMS=xsd2c + +INCLUDES=$(LIBXML_CFLAGS) +LDFLAGS=$(LIBXML_LIBS) + +xsd2c_SOURCES=tr.c util.c obj.c formatter.c xsd2c.c main.c +xsd2c_LDFLAGS=$(LDFLAGS) + -- cgit v1.1-32-gdbae