automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stupid problem: how to specify the directory for .h files?


From: Alexandre Duret-Lutz
Subject: Re: Stupid problem: how to specify the directory for .h files?
Date: Thu, 20 Feb 2003 20:40:57 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

>>> "JG" == Jean-Guillaume Paradis (LMC) <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]