automake created a tags target that generates a TAG file using etags. It does not pass headers. I've gone and done this:
bin_PROGRAMS = foo foo_SOURCES = \ src/foo/foo.hpp \ src/foo/foo.cpp automake correctly determines the foo.hpp dependency for building foo, but doesn't feed foo.hpp to etags. How do I get automake to feed headers to etags? Thank you. Alan Gutierrez - [EMAIL PROTECTED] http://khtml-win32.sourceforge.net/ - KHTML on Windows