Hello,
I`ve got problem with make tool. I`ve got project and source codes are in direcory. Then, there are some other source codes in subdirectory of this directory. Now, from file in directory I want to call function from file in subdirectory.
Project is quite big, there are Makefiles for whole project, for my directory and for subdirectory.
In Makefile.am I`ve got: SUBDIRS = subdir_name and includedir =...