automake
[Top][All Lists]
Advanced

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

headers in objects


From: Daniel Chaves
Subject: headers in objects
Date: Fri, 16 Jun 2006 20:31:58 -0300

Hi

I wrote a simple makefile.am like above

bin_PROGRAMS = player
player_SOURCES = sndout.cpp wordtree.cpp kbhit.cpp exception.cpp player.cpp

The sndout.cpp needs an special flag -I /opt/kde/include/artsc. The other
files don't need it.
When I try to make the project, the flag is not included, and the
sndout.oobject creatuion fails.

I try to find how to add the flags without success. How can I do that?

Thanks


reply via email to

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