[Expat-bugs] [Bug #130172] examples and xmlwf Makefile.in don't support builddir

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jan 2001 07:32:22 -0800


Bug #130172, was updated on 2001-Jan-26 07:32
Here is a current snapshot of the bug.

Project: Expat XML Parser
Category: Build control
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: axelhecht
Assigned to : nobody
Summary: examples and xmlwf Makefile.in don't support builddir

Details: 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

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130172&group_id=10127