Open GoogleCodeExporter opened 9 years ago
This is fixed by adding following lines into each Makefile.am of the
subdirs@libsrc
DEFAULT_INCLUDES = -I${top_srcdir}
Now, you need to give the full header path if you include this in somewhere.
e.g.
#include "src/libsrc/network/socket.h"
#include "src/libsrc/wrapper/wrapper.h"
.
..
...
Original comment by singh.am...@gmail.com
on 16 Dec 2009 at 6:10
now 'make distcheck' works.
Original comment by singh.am...@gmail.com
on 16 Dec 2009 at 6:25
Original issue reported on code.google.com by
singh.am...@gmail.com
on 16 Dec 2009 at 6:01