Makefile does not use srcdir
Brought to you by:
pmiller
When building Aegis from the tar.gz it is not possible to configure and build in a different directory, but it must be built in the source directory.
$ ../configure
...
$ frawa0@acer:build-dir$ make
g++ -I. -g -O2 -I/usr/include/libxml2 -c ae-repo-ci/arglex3.cc
g++: ae-repo-ci/arglex3.cc: No such file or directory
g++: no input files
make: *** [ae-repo-ci/arglex3.o] Error 1
The generated Makefile define srcdir but never use it.