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