shibaniahegde / tweetx

Automatically exported from code.google.com/p/tweetx
0 stars 0 forks source link

make distcheck failes #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a bug in Makefiles and the way we have included our header files.

Original issue reported on code.google.com by singh.am...@gmail.com on 16 Dec 2009 at 6:01

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
now 'make distcheck' works. 

Original comment by singh.am...@gmail.com on 16 Dec 2009 at 6:25