Hello,
After I solved the problem with the .o files, i ran into the following
problem. Currently my project is organized like this:
projectdir
|
+--Source
|some.cpp
|--Out
|Makefile.am
| Makefile.am
(One Makefile.am is in the Out directory so that all .o and .a files are
placed th
Hello,
I ran into the following problem and couldn't find a solution to it on the
net.
Basically i setup automake for use with my project and it works fine so
far. For except one annoying thing. When i actually "make" it, the object
files (.o) and library files get placed in the same direcotry