>>> "JG" == Jean-Guillaume Paradis (LMC) <[EMAIL PROTECTED]> writes:
[...] JG> dsiSecManager_SOURCES = file1.cpp $(PROJECT_ROOT_DIR)/include/file1.h BTW, Automake doesn't support variables as *part of* filenames. This break the dependency tracking code. So, I you ever want to do this, it should read dsiSecManager_SOURCES = file1.cpp ../../include/file1.h (Or whatever PROJECT_ROOT_DIR is.) -- Alexandre Duret-Lutz