Hi,
I have creating a new ibr-dtn tool like dtnsend but It is difficult for me to understand where should I include it in Makefiles or configures, because I’m not used to work with complex makefiles or automakes. I already tried to included it in several places, but it’s not working. Can you help me to know where should I include my *.cpp files for ibrdtn-tools compilation? I already have the source code in my pc and I comment the wget and tar lines of bash script not to replace my new code.
I have also a tool in a server to receive data from my other ibrdtn nodes and then I introduce my information in a mysql database directly when I receive a bundle. However, I have being also problems including the mysql -libs and -cflags. When I compile a simple c++ program to introduce information in mysql database I have to include at least -lmysqlclient (g++ -o program program.cpp -lmysqlclient). I also tried to include mysqlclient in several places, but it’s not working. Can you help me to know where to include it?
Thanks a lot, Tiago