[Expat-bugs] [ expat-Bugs-230172 ] examples and xmlwf Makefile.in don't support builddir

noreply@sourceforge.net noreply@sourceforge.net
Wed, 04 Apr 2001 18:33:27 -0700


Bugs item #230172, was updated on 2001-01-26 07:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=230172&group_id=10127

Category: Build control
Group: None
Status: Open
Priority: 5
Submitted By: Axel Hecht (axelhecht)
>Assigned to: Greg Stein (gstein)
Summary: examples and xmlwf Makefile.in don't support builddir

Initial Comment:
The Makefile.in's for xmlwf and examples don't cope with a build dir != 
srcdir.

Please add 
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

and add -I$(srcdir)/../lib to CFLAGS.

Should LDFLAGS do -L../lib, or -L../lib/.libs?

Axel

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=230172&group_id=10127